In a RGB color space, #00b100 hex color is composed of 0% red, 69.4% green and 0% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 100% yellow and 30.6% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 34.7%. #00b100 color hex could be obtained by blending #00ff00 with #006300. Closest websafe color is: #009900.
The hexadecimal color #00b100 has RGB values of R:0, G:177, B:0 and CMYK values of C:1, M:0, Y:1, K:0.31. Its decimal value is 45312.
Hex triplet | 00b100 | #00b100 |
RGB Decimal | 0, 177, 0 | rgb(0,177,0) |
RGB Percent | 0, 69.4, 0 | rgb(0%,69.4%,0%) |
CMYK | 100, 0, 100, 30.6 | |
HSL | 120°, 100, 34.7 | hsl(120,100%,34.7%) |
HSV(HSB) | 120°, 100, 69.4 | |
Web Safe | 009900 | #090 |
XYZ | 15.722, 31.444, 5.241 |
xyY | 0.3, 0.6, 31.444 |
CIE-LAB | 62.881, -65.534, 63.25 |
CIE-LCH | 62.881, 91.079, 136.016 |
CIE-LUV | 62.881, -59.543, 76.974 |
Hunter-Lab | 56.075, -48.084, 33.711 |
Binary | 00000000, 10110001, 00000000 |
Below, you can see some colors close to #00b100. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #00b100.
<span style="color:#00b100">Text here</span>
This paragraph has a background color of #00b100.
<p style="background-color:#00b100;">Content here</p>
This element has a border color of #00b100.
<div style="border:1px #00b100;">Content here</div>
.text {color:#00b100;}
.background {background-color:#00b100;}
.border {border:1px solid #00b100;}
.text-shadow {border:1px solid #00b100;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000700 is the darkest color, while #f1fff1 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #585958 is the less saturated color, while #07aa07 is the most saturated one.