Shades of Inch Worm #B2D708
Tints of Inch Worm #B2D708
RGB
CMYK
RGB Variations
Color information
#B2D708 (or 0xB2D708) is known color: Inch Worm. HEX triplet: B2, D7 and 08. RGB value is (178,215,8). Sum of RGB (Red+Green+Blue) = 178+215+8=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D708 is #4D28F7. Grayscale: #B5B5B5. Windows color (decimal): -5056760 or 579506. OLE color: 579506.
HSL color Cylindrical-coordinate representation of color #B2D708: hue angle of 70.72º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2D708 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 8 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.16 |
| HSL | 70.72º | 0.93% | 0.44% | - |
| HSV(B) | 70.72º | 0.96% | 0.84% | - |
| XYZ | 42.7 | 58.08 | 9.19 | - |
| YUV | 180.34 | 30.74 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 8 | 0.17 | 0 | 0.96 | 0.16 | 70.72 | 0.93 | 0.44 |
| Hex | B2 | D7 | 8 | 11 | 0 | 60 | 10 | 47 | 5D | 2C |
| Octal | 262 | 327 | 10 | 21 | 0 | 140 | 20 | 107 | 135 | 54 |
| Binary | 10110010 | 11010111 | 1000 | 10001 | 0 | 1100000 | 10000 | 1000111 | 1011101 | 101100 |
Color Harmonies of #B2D708
Complementary color
Monochromatic Colors of #B2D708
Black with #B2D708
Text Example
Text Example
White with #B2D708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D708; }
p { color: rgb(178,215,8); }
H1.HeaderClassName
{
color: #B2D708;
}
.AnyTagClassName
{
color: #B2D708;
}
</style>
background-color css
<style>
a { background-color: #B2D708; }
a { background-color: rgb(178,215,8); }
div.DivClassName
{
background-color: #B2D708;
}
.BgClassName
{
background-color: #B2D708;
}
</style>
border-color css
<style>
span { border-color: #B2D708; }
span { border-color: rgb(178,215,8); }
td.TdClassName
{
border-color: #B2D708;
}
.TagClassName
{
border-color: #B2D708;
}
</style>