Shades of Inch Worm #B8DF08
Tints of Inch Worm #B8DF08
RGB
CMYK
RGB Variations
Color information
#B8DF08 (or 0xB8DF08) is known color: Inch Worm. HEX triplet: B8, DF and 08. RGB value is (184,223,8). Sum of RGB (Red+Green+Blue) = 184+223+8=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8DF08 is #4720F7. Grayscale: #BBBBBB. Windows color (decimal): -4661496 or 581560. OLE color: 581560.
HSL color Cylindrical-coordinate representation of color #B8DF08: hue angle of 70.88º 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 #B8DF08 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 8 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.13 |
| HSL | 70.88º | 0.93% | 0.45% | - |
| HSV(B) | 70.88º | 0.96% | 0.87% | - |
| XYZ | 46.2 | 62.98 | 9.95 | - |
| YUV | 186.83 | 27.08 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 8 | 0.17 | 0 | 0.96 | 0.13 | 70.88 | 0.93 | 0.45 |
| Hex | B8 | DF | 8 | 11 | 0 | 60 | D | 47 | 5D | 2D |
| Octal | 270 | 337 | 10 | 21 | 0 | 140 | 15 | 107 | 135 | 55 |
| Binary | 10111000 | 11011111 | 1000 | 10001 | 0 | 1100000 | 1101 | 1000111 | 1011101 | 101101 |
Color Harmonies of #B8DF08
Complementary color
Monochromatic Colors of #B8DF08
Black with #B8DF08
Text Example
Text Example
White with #B8DF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DF08; }
p { color: rgb(184,223,8); }
H1.HeaderClassName
{
color: #B8DF08;
}
.AnyTagClassName
{
color: #B8DF08;
}
</style>
background-color css
<style>
a { background-color: #B8DF08; }
a { background-color: rgb(184,223,8); }
div.DivClassName
{
background-color: #B8DF08;
}
.BgClassName
{
background-color: #B8DF08;
}
</style>
border-color css
<style>
span { border-color: #B8DF08; }
span { border-color: rgb(184,223,8); }
td.TdClassName
{
border-color: #B8DF08;
}
.TagClassName
{
border-color: #B8DF08;
}
</style>