Shades of Inch Worm #B8F209
Tints of Inch Worm #B8F209
RGB
CMYK
RGB Variations
Color information
#B8F209 (or 0xB8F209) is known color: Inch Worm. HEX triplet: B8, F2 and 09. RGB value is (184,242,9). Sum of RGB (Red+Green+Blue) = 184+242+9=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 9 (3.91% from 255 or 2.07% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F209 is #470DF6. Grayscale: #C6C6C6. Windows color (decimal): -4656631 or 651960. OLE color: 651960.
HSL color Cylindrical-coordinate representation of color #B8F209: hue angle of 74.94º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8F209 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.05 |
| HSL | 74.94º | 0.93% | 0.49% | - |
| HSV(B) | 74.94º | 0.96% | 0.95% | - |
| XYZ | 51.57 | 73.71 | 11.77 | - |
| YUV | 198.1 | 21.28 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 9 | 0.24 | 0 | 0.96 | 0.05 | 74.94 | 0.93 | 0.49 |
| Hex | B8 | F2 | 9 | 18 | 0 | 60 | 5 | 4B | 5D | 31 |
| Octal | 270 | 362 | 11 | 30 | 0 | 140 | 5 | 113 | 135 | 61 |
| Binary | 10111000 | 11110010 | 1001 | 11000 | 0 | 1100000 | 101 | 1001011 | 1011101 | 110001 |
Color Harmonies of #B8F209
Complementary color
Monochromatic Colors of #B8F209
Black with #B8F209
Text Example
Text Example
White with #B8F209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F209; }
p { color: rgb(184,242,9); }
H1.HeaderClassName
{
color: #B8F209;
}
.AnyTagClassName
{
color: #B8F209;
}
</style>
background-color css
<style>
a { background-color: #B8F209; }
a { background-color: rgb(184,242,9); }
div.DivClassName
{
background-color: #B8F209;
}
.BgClassName
{
background-color: #B8F209;
}
</style>
border-color css
<style>
span { border-color: #B8F209; }
span { border-color: rgb(184,242,9); }
td.TdClassName
{
border-color: #B8F209;
}
.TagClassName
{
border-color: #B8F209;
}
</style>