Shades of Inch Worm #B8ED00
Tints of Inch Worm #B8ED00
RGB
CMYK
RGB Variations
Color information
#B8ED00 (or 0xB8ED00) is known color: Inch Worm. HEX triplet: B8, ED and 00. RGB value is (184,237,0). Sum of RGB (Red+Green+Blue) = 184+237+0=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 237 (92.97% from 255 or 56.29% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8ED00 is #4712FF. Grayscale: #C3C3C3. Windows color (decimal): -4657920 or 60856. OLE color: 60856.
HSL color Cylindrical-coordinate representation of color #B8ED00: hue angle of 73.42º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8ED00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.07 |
| HSL | 73.42º | 1% | 0.46% | - |
| HSV(B) | 73.42º | 1% | 0.93% | - |
| XYZ | 50.05 | 70.76 | 11.02 | - |
| YUV | 194.14 | 18.44 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 0 | 0.22 | 0 | 1 | 0.07 | 73.42 | 1 | 0.46 |
| Hex | B8 | ED | 0 | 16 | 0 | 64 | 7 | 49 | 64 | 2E |
| Octal | 270 | 355 | 0 | 26 | 0 | 144 | 7 | 111 | 144 | 56 |
| Binary | 10111000 | 11101101 | 0 | 10110 | 0 | 1100100 | 111 | 1001001 | 1100100 | 101110 |
Color Harmonies of #B8ED00
Complementary color
Monochromatic Colors of #B8ED00
Black with #B8ED00
Text Example
Text Example
White with #B8ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ED00; }
p { color: rgb(184,237,0); }
H1.HeaderClassName
{
color: #B8ED00;
}
.AnyTagClassName
{
color: #B8ED00;
}
</style>
background-color css
<style>
a { background-color: #B8ED00; }
a { background-color: rgb(184,237,0); }
div.DivClassName
{
background-color: #B8ED00;
}
.BgClassName
{
background-color: #B8ED00;
}
</style>
border-color css
<style>
span { border-color: #B8ED00; }
span { border-color: rgb(184,237,0); }
td.TdClassName
{
border-color: #B8ED00;
}
.TagClassName
{
border-color: #B8ED00;
}
</style>