Shades of Inch Worm #B4DE0C
Tints of Inch Worm #B4DE0C
RGB
CMYK
RGB Variations
Color information
#B4DE0C (or 0xB4DE0C) is known color: Inch Worm. HEX triplet: B4, DE and 0C. RGB value is (180,222,12). Sum of RGB (Red+Green+Blue) = 180+222+12=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 222 (87.11% from 255 or 53.62% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4DE0C is #4B21F3. Grayscale: #BABABA. Windows color (decimal): -4923892 or 843444. OLE color: 843444.
HSL color Cylindrical-coordinate representation of color #B4DE0C: hue angle of 72º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4DE0C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 222 | 12 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.13 |
| HSL | 72º | 0.9% | 0.46% | - |
| HSV(B) | 72º | 0.95% | 0.87% | - |
| XYZ | 45.01 | 61.97 | 9.94 | - |
| YUV | 185.5 | 30.09 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 222 | 12 | 0.19 | 0 | 0.95 | 0.13 | 72 | 0.9 | 0.46 |
| Hex | B4 | DE | C | 13 | 0 | 5F | D | 48 | 5A | 2E |
| Octal | 264 | 336 | 14 | 23 | 0 | 137 | 15 | 110 | 132 | 56 |
| Binary | 10110100 | 11011110 | 1100 | 10011 | 0 | 1011111 | 1101 | 1001000 | 1011010 | 101110 |
Color Harmonies of #B4DE0C
Complementary color
Monochromatic Colors of #B4DE0C
Black with #B4DE0C
Text Example
Text Example
White with #B4DE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DE0C; }
p { color: rgb(180,222,12); }
H1.HeaderClassName
{
color: #B4DE0C;
}
.AnyTagClassName
{
color: #B4DE0C;
}
</style>
background-color css
<style>
a { background-color: #B4DE0C; }
a { background-color: rgb(180,222,12); }
div.DivClassName
{
background-color: #B4DE0C;
}
.BgClassName
{
background-color: #B4DE0C;
}
</style>
border-color css
<style>
span { border-color: #B4DE0C; }
span { border-color: rgb(180,222,12); }
td.TdClassName
{
border-color: #B4DE0C;
}
.TagClassName
{
border-color: #B4DE0C;
}
</style>