Shades of Inch Worm #B8DE0C
Tints of Inch Worm #B8DE0C
RGB
CMYK
RGB Variations
Color information
#B8DE0C (or 0xB8DE0C) is known color: Inch Worm. HEX triplet: B8, DE and 0C. RGB value is (184,222,12). Sum of RGB (Red+Green+Blue) = 184+222+12=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8DE0C is #4721F3. Grayscale: #BBBBBB. Windows color (decimal): -4661748 or 843448. OLE color: 843448.
HSL color Cylindrical-coordinate representation of color #B8DE0C: hue angle of 70.86º 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 #B8DE0C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.13 |
| HSL | 70.86º | 0.9% | 0.46% | - |
| HSV(B) | 70.86º | 0.95% | 0.87% | - |
| XYZ | 45.95 | 62.46 | 9.98 | - |
| YUV | 186.7 | 29.41 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 12 | 0.17 | 0 | 0.95 | 0.13 | 70.86 | 0.9 | 0.46 |
| Hex | B8 | DE | C | 11 | 0 | 5F | D | 47 | 5A | 2E |
| Octal | 270 | 336 | 14 | 21 | 0 | 137 | 15 | 107 | 132 | 56 |
| Binary | 10111000 | 11011110 | 1100 | 10001 | 0 | 1011111 | 1101 | 1000111 | 1011010 | 101110 |
Color Harmonies of #B8DE0C
Complementary color
Monochromatic Colors of #B8DE0C
Black with #B8DE0C
Text Example
Text Example
White with #B8DE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DE0C; }
p { color: rgb(184,222,12); }
H1.HeaderClassName
{
color: #B8DE0C;
}
.AnyTagClassName
{
color: #B8DE0C;
}
</style>
background-color css
<style>
a { background-color: #B8DE0C; }
a { background-color: rgb(184,222,12); }
div.DivClassName
{
background-color: #B8DE0C;
}
.BgClassName
{
background-color: #B8DE0C;
}
</style>
border-color css
<style>
span { border-color: #B8DE0C; }
span { border-color: rgb(184,222,12); }
td.TdClassName
{
border-color: #B8DE0C;
}
.TagClassName
{
border-color: #B8DE0C;
}
</style>