Shades of Inch Worm #B4DE23
Tints of Inch Worm #B4DE23
RGB
CMYK
RGB Variations
Color information
#B4DE23 (or 0xB4DE23) is known color: Inch Worm. HEX triplet: B4, DE and 23. RGB value is (180,222,35). Sum of RGB (Red+Green+Blue) = 180+222+35=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DE23 is #4B21DC. Grayscale: #BCBCBC. Windows color (decimal): -4923869 or 2350772. OLE color: 2350772.
HSL color Cylindrical-coordinate representation of color #B4DE23: hue angle of 73.48º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4DE23 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 222 | 35 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.13 |
| HSL | 73.48º | 0.74% | 0.5% | - |
| HSV(B) | 73.48º | 0.84% | 0.87% | - |
| XYZ | 45.25 | 62.07 | 11.19 | - |
| YUV | 188.12 | 41.59 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 222 | 35 | 0.19 | 0 | 0.84 | 0.13 | 73.48 | 0.74 | 0.5 |
| Hex | B4 | DE | 23 | 13 | 0 | 54 | D | 49 | 4A | 32 |
| Octal | 264 | 336 | 43 | 23 | 0 | 124 | 15 | 111 | 112 | 62 |
| Binary | 10110100 | 11011110 | 100011 | 10011 | 0 | 1010100 | 1101 | 1001001 | 1001010 | 110010 |
Color Harmonies of #B4DE23
Complementary color
Monochromatic Colors of #B4DE23
Black with #B4DE23
Text Example
Text Example
White with #B4DE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DE23; }
p { color: rgb(180,222,35); }
H1.HeaderClassName
{
color: #B4DE23;
}
.AnyTagClassName
{
color: #B4DE23;
}
</style>
background-color css
<style>
a { background-color: #B4DE23; }
a { background-color: rgb(180,222,35); }
div.DivClassName
{
background-color: #B4DE23;
}
.BgClassName
{
background-color: #B4DE23;
}
</style>
border-color css
<style>
span { border-color: #B4DE23; }
span { border-color: rgb(180,222,35); }
td.TdClassName
{
border-color: #B4DE23;
}
.TagClassName
{
border-color: #B4DE23;
}
</style>