Shades of Inch Worm #B8F912
Tints of Inch Worm #B8F912
RGB
CMYK
RGB Variations
Color information
#B8F912 (or 0xB8F912) is known color: Inch Worm. HEX triplet: B8, F9 and 12. RGB value is (184,249,18). Sum of RGB (Red+Green+Blue) = 184+249+18=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F912 is #4706ED. Grayscale: #CCCCCC. Windows color (decimal): -4654830 or 1243576. OLE color: 1243576.
HSL color Cylindrical-coordinate representation of color #B8F912: hue angle of 76.88º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8F912 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 249 | 18 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.02 |
| HSL | 76.88º | 0.95% | 0.52% | - |
| HSV(B) | 76.88º | 0.93% | 0.98% | - |
| XYZ | 53.75 | 77.99 | 12.79 | - |
| YUV | 203.23 | 23.47 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 249 | 18 | 0.26 | 0 | 0.93 | 0.02 | 76.88 | 0.95 | 0.52 |
| Hex | B8 | F9 | 12 | 1A | 0 | 5D | 2 | 4D | 5F | 34 |
| Octal | 270 | 371 | 22 | 32 | 0 | 135 | 2 | 115 | 137 | 64 |
| Binary | 10111000 | 11111001 | 10010 | 11010 | 0 | 1011101 | 10 | 1001101 | 1011111 | 110100 |
Color Harmonies of #B8F912
Complementary color
Monochromatic Colors of #B8F912
Black with #B8F912
Text Example
Text Example
White with #B8F912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F912; }
p { color: rgb(184,249,18); }
H1.HeaderClassName
{
color: #B8F912;
}
.AnyTagClassName
{
color: #B8F912;
}
</style>
background-color css
<style>
a { background-color: #B8F912; }
a { background-color: rgb(184,249,18); }
div.DivClassName
{
background-color: #B8F912;
}
.BgClassName
{
background-color: #B8F912;
}
</style>
border-color css
<style>
span { border-color: #B8F912; }
span { border-color: rgb(184,249,18); }
td.TdClassName
{
border-color: #B8F912;
}
.TagClassName
{
border-color: #B8F912;
}
</style>