Shades of Inch Worm #B8F610
Tints of Inch Worm #B8F610
RGB
CMYK
RGB Variations
Color information
#B8F610 (or 0xB8F610) is known color: Inch Worm. HEX triplet: B8, F6 and 10. RGB value is (184,246,16). Sum of RGB (Red+Green+Blue) = 184+246+16=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 246 (96.48% from 255 or 55.16% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 246 - color contains mainly: green. Hex color #B8F610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F610 is #4709EF. Grayscale: #CACACA. Windows color (decimal): -4655600 or 1111736. OLE color: 1111736.
HSL color Cylindrical-coordinate representation of color #B8F610: hue angle of 76.17º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8F610 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 246 | 16 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.04 |
| HSL | 76.17º | 0.93% | 0.51% | - |
| HSV(B) | 76.17º | 0.93% | 0.96% | - |
| XYZ | 52.82 | 76.14 | 12.4 | - |
| YUV | 201.24 | 23.46 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 246 | 16 | 0.25 | 0 | 0.93 | 0.04 | 76.17 | 0.93 | 0.51 |
| Hex | B8 | F6 | 10 | 19 | 0 | 5D | 4 | 4C | 5D | 33 |
| Octal | 270 | 366 | 20 | 31 | 0 | 135 | 4 | 114 | 135 | 63 |
| Binary | 10111000 | 11110110 | 10000 | 11001 | 0 | 1011101 | 100 | 1001100 | 1011101 | 110011 |
Color Harmonies of #B8F610
Complementary color
Monochromatic Colors of #B8F610
Black with #B8F610
Text Example
Text Example
White with #B8F610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F610; }
p { color: rgb(184,246,16); }
H1.HeaderClassName
{
color: #B8F610;
}
.AnyTagClassName
{
color: #B8F610;
}
</style>
background-color css
<style>
a { background-color: #B8F610; }
a { background-color: rgb(184,246,16); }
div.DivClassName
{
background-color: #B8F610;
}
.BgClassName
{
background-color: #B8F610;
}
</style>
border-color css
<style>
span { border-color: #B8F610; }
span { border-color: rgb(184,246,16); }
td.TdClassName
{
border-color: #B8F610;
}
.TagClassName
{
border-color: #B8F610;
}
</style>