Shades of Inch Worm #B8ED0A
Tints of Inch Worm #B8ED0A
RGB
CMYK
RGB Variations
Color information
#B8ED0A (or 0xB8ED0A) is known color: Inch Worm. HEX triplet: B8, ED and 0A. RGB value is (184,237,10). Sum of RGB (Red+Green+Blue) = 184+237+10=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8ED0A is #4712F5. Grayscale: #C4C4C4. Windows color (decimal): -4657910 or 716216. OLE color: 716216.
HSL color Cylindrical-coordinate representation of color #B8ED0A: hue angle of 74.01º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8ED0A is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 10 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.07 |
| HSL | 74.01º | 0.92% | 0.48% | - |
| HSV(B) | 74.01º | 0.96% | 0.93% | - |
| XYZ | 50.11 | 70.78 | 11.31 | - |
| YUV | 195.28 | 23.44 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 10 | 0.22 | 0 | 0.96 | 0.07 | 74.01 | 0.92 | 0.48 |
| Hex | B8 | ED | A | 16 | 0 | 60 | 7 | 4A | 5C | 30 |
| Octal | 270 | 355 | 12 | 26 | 0 | 140 | 7 | 112 | 134 | 60 |
| Binary | 10111000 | 11101101 | 1010 | 10110 | 0 | 1100000 | 111 | 1001010 | 1011100 | 110000 |
Color Harmonies of #B8ED0A
Complementary color
Monochromatic Colors of #B8ED0A
Black with #B8ED0A
Text Example
Text Example
White with #B8ED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ED0A; }
p { color: rgb(184,237,10); }
H1.HeaderClassName
{
color: #B8ED0A;
}
.AnyTagClassName
{
color: #B8ED0A;
}
</style>
background-color css
<style>
a { background-color: #B8ED0A; }
a { background-color: rgb(184,237,10); }
div.DivClassName
{
background-color: #B8ED0A;
}
.BgClassName
{
background-color: #B8ED0A;
}
</style>
border-color css
<style>
span { border-color: #B8ED0A; }
span { border-color: rgb(184,237,10); }
td.TdClassName
{
border-color: #B8ED0A;
}
.TagClassName
{
border-color: #B8ED0A;
}
</style>