Shades of Inch Worm #B2DF08
Tints of Inch Worm #B2DF08
RGB
CMYK
RGB Variations
Color information
#B2DF08 (or 0xB2DF08) is known color: Inch Worm. HEX triplet: B2, DF and 08. RGB value is (178,223,8). Sum of RGB (Red+Green+Blue) = 178+223+8=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DF08 is #4D20F7. Grayscale: #B9B9B9. Windows color (decimal): -5054712 or 581554. OLE color: 581554.
HSL color Cylindrical-coordinate representation of color #B2DF08: hue angle of 72.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2DF08 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.13 |
| HSL | 72.56º | 0.93% | 0.45% | - |
| HSV(B) | 72.56º | 0.96% | 0.87% | - |
| XYZ | 44.79 | 62.26 | 9.89 | - |
| YUV | 185.04 | 28.09 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 8 | 0.20 | 0 | 0.96 | 0.13 | 72.56 | 0.93 | 0.45 |
| Hex | B2 | DF | 8 | 14 | 0 | 60 | D | 49 | 5D | 2D |
| Octal | 262 | 337 | 10 | 24 | 0 | 140 | 15 | 111 | 135 | 55 |
| Binary | 10110010 | 11011111 | 1000 | 10100 | 0 | 1100000 | 1101 | 1001001 | 1011101 | 101101 |
Color Harmonies of #B2DF08
Complementary color
Monochromatic Colors of #B2DF08
Black with #B2DF08
Text Example
Text Example
White with #B2DF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DF08; }
p { color: rgb(178,223,8); }
H1.HeaderClassName
{
color: #B2DF08;
}
.AnyTagClassName
{
color: #B2DF08;
}
</style>
background-color css
<style>
a { background-color: #B2DF08; }
a { background-color: rgb(178,223,8); }
div.DivClassName
{
background-color: #B2DF08;
}
.BgClassName
{
background-color: #B2DF08;
}
</style>
border-color css
<style>
span { border-color: #B2DF08; }
span { border-color: rgb(178,223,8); }
td.TdClassName
{
border-color: #B2DF08;
}
.TagClassName
{
border-color: #B2DF08;
}
</style>