Shades of Inch Worm #B8DD1F
Tints of Inch Worm #B8DD1F
RGB
CMYK
RGB Variations
Color information
#B8DD1F (or 0xB8DD1F) is known color: Inch Worm. HEX triplet: B8, DD and 1F. RGB value is (184,221,31). Sum of RGB (Red+Green+Blue) = 184+221+31=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DD1F is #4722E0. Grayscale: #BCBCBC. Windows color (decimal): -4661985 or 2088376. OLE color: 2088376.
HSL color Cylindrical-coordinate representation of color #B8DD1F: hue angle of 71.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8DD1F is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 31 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.13 |
| HSL | 71.68º | 0.75% | 0.49% | - |
| HSV(B) | 71.68º | 0.86% | 0.87% | - |
| XYZ | 45.87 | 62 | 10.85 | - |
| YUV | 188.28 | 39.24 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 31 | 0.17 | 0 | 0.86 | 0.13 | 71.68 | 0.75 | 0.49 |
| Hex | B8 | DD | 1F | 11 | 0 | 56 | D | 48 | 4B | 31 |
| Octal | 270 | 335 | 37 | 21 | 0 | 126 | 15 | 110 | 113 | 61 |
| Binary | 10111000 | 11011101 | 11111 | 10001 | 0 | 1010110 | 1101 | 1001000 | 1001011 | 110001 |
Color Harmonies of #B8DD1F
Complementary color
Monochromatic Colors of #B8DD1F
Black with #B8DD1F
Text Example
Text Example
White with #B8DD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD1F; }
p { color: rgb(184,221,31); }
H1.HeaderClassName
{
color: #B8DD1F;
}
.AnyTagClassName
{
color: #B8DD1F;
}
</style>
background-color css
<style>
a { background-color: #B8DD1F; }
a { background-color: rgb(184,221,31); }
div.DivClassName
{
background-color: #B8DD1F;
}
.BgClassName
{
background-color: #B8DD1F;
}
</style>
border-color css
<style>
span { border-color: #B8DD1F; }
span { border-color: rgb(184,221,31); }
td.TdClassName
{
border-color: #B8DD1F;
}
.TagClassName
{
border-color: #B8DD1F;
}
</style>