Shades of Inch Worm #B8DD21
Tints of Inch Worm #B8DD21
RGB
CMYK
RGB Variations
Color information
#B8DD21 (or 0xB8DD21) is known color: Inch Worm. HEX triplet: B8, DD and 21. RGB value is (184,221,33). Sum of RGB (Red+Green+Blue) = 184+221+33=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DD21 is #4722DE. Grayscale: #BDBDBD. Windows color (decimal): -4661983 or 2219448. OLE color: 2219448.
HSL color Cylindrical-coordinate representation of color #B8DD21: hue angle of 71.81º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8DD21 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 33 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.13 |
| HSL | 71.81º | 0.74% | 0.5% | - |
| HSV(B) | 71.81º | 0.85% | 0.87% | - |
| XYZ | 45.9 | 62.01 | 10.99 | - |
| YUV | 188.51 | 40.24 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 33 | 0.17 | 0 | 0.85 | 0.13 | 71.81 | 0.74 | 0.5 |
| Hex | B8 | DD | 21 | 11 | 0 | 55 | D | 48 | 4A | 32 |
| Octal | 270 | 335 | 41 | 21 | 0 | 125 | 15 | 110 | 112 | 62 |
| Binary | 10111000 | 11011101 | 100001 | 10001 | 0 | 1010101 | 1101 | 1001000 | 1001010 | 110010 |
Color Harmonies of #B8DD21
Complementary color
Monochromatic Colors of #B8DD21
Black with #B8DD21
Text Example
Text Example
White with #B8DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD21; }
p { color: rgb(184,221,33); }
H1.HeaderClassName
{
color: #B8DD21;
}
.AnyTagClassName
{
color: #B8DD21;
}
</style>
background-color css
<style>
a { background-color: #B8DD21; }
a { background-color: rgb(184,221,33); }
div.DivClassName
{
background-color: #B8DD21;
}
.BgClassName
{
background-color: #B8DD21;
}
</style>
border-color css
<style>
span { border-color: #B8DD21; }
span { border-color: rgb(184,221,33); }
td.TdClassName
{
border-color: #B8DD21;
}
.TagClassName
{
border-color: #B8DD21;
}
</style>