Shades of Inch Worm #B8EF0F
Tints of Inch Worm #B8EF0F
RGB
CMYK
RGB Variations
Color information
#B8EF0F (or 0xB8EF0F) is known color: Inch Worm. HEX triplet: B8, EF and 0F. RGB value is (184,239,15). Sum of RGB (Red+Green+Blue) = 184+239+15=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8EF0F is #4710F0. Grayscale: #C5C5C5. Windows color (decimal): -4657393 or 1044408. OLE color: 1044408.
HSL color Cylindrical-coordinate representation of color #B8EF0F: hue angle of 74.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8EF0F is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 239 | 15 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.06 |
| HSL | 74.73º | 0.88% | 0.5% | - |
| HSV(B) | 74.73º | 0.94% | 0.94% | - |
| XYZ | 50.72 | 71.96 | 11.67 | - |
| YUV | 197.02 | 25.28 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 15 | 0.23 | 0 | 0.94 | 0.06 | 74.73 | 0.88 | 0.5 |
| Hex | B8 | EF | F | 17 | 0 | 5E | 6 | 4B | 58 | 32 |
| Octal | 270 | 357 | 17 | 27 | 0 | 136 | 6 | 113 | 130 | 62 |
| Binary | 10111000 | 11101111 | 1111 | 10111 | 0 | 1011110 | 110 | 1001011 | 1011000 | 110010 |
Color Harmonies of #B8EF0F
Complementary color
Monochromatic Colors of #B8EF0F
Black with #B8EF0F
Text Example
Text Example
White with #B8EF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EF0F; }
p { color: rgb(184,239,15); }
H1.HeaderClassName
{
color: #B8EF0F;
}
.AnyTagClassName
{
color: #B8EF0F;
}
</style>
background-color css
<style>
a { background-color: #B8EF0F; }
a { background-color: rgb(184,239,15); }
div.DivClassName
{
background-color: #B8EF0F;
}
.BgClassName
{
background-color: #B8EF0F;
}
</style>
border-color css
<style>
span { border-color: #B8EF0F; }
span { border-color: rgb(184,239,15); }
td.TdClassName
{
border-color: #B8EF0F;
}
.TagClassName
{
border-color: #B8EF0F;
}
</style>