Shades of Inch Worm #B0F312
Tints of Inch Worm #B0F312
RGB
CMYK
RGB Variations
Color information
#B0F312 (or 0xB0F312) is known color: Inch Worm. HEX triplet: B0, F3 and 12. RGB value is (176,243,18). Sum of RGB (Red+Green+Blue) = 176+243+18=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F312 is #4F0CED. Grayscale: #C6C6C6. Windows color (decimal): -5180654 or 1242032. OLE color: 1242032.
HSL color Cylindrical-coordinate representation of color #B0F312: hue angle of 77.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0F312 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 18 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.05 |
| HSL | 77.87º | 0.9% | 0.51% | - |
| HSV(B) | 77.87º | 0.93% | 0.95% | - |
| XYZ | 50.06 | 73.37 | 12.1 | - |
| YUV | 197.32 | 26.8 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 18 | 0.28 | 0 | 0.93 | 0.05 | 77.87 | 0.9 | 0.51 |
| Hex | B0 | F3 | 12 | 1C | 0 | 5D | 5 | 4E | 5A | 33 |
| Octal | 260 | 363 | 22 | 34 | 0 | 135 | 5 | 116 | 132 | 63 |
| Binary | 10110000 | 11110011 | 10010 | 11100 | 0 | 1011101 | 101 | 1001110 | 1011010 | 110011 |
Color Harmonies of #B0F312
Complementary color
Monochromatic Colors of #B0F312
Black with #B0F312
Text Example
Text Example
White with #B0F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F312; }
p { color: rgb(176,243,18); }
H1.HeaderClassName
{
color: #B0F312;
}
.AnyTagClassName
{
color: #B0F312;
}
</style>
background-color css
<style>
a { background-color: #B0F312; }
a { background-color: rgb(176,243,18); }
div.DivClassName
{
background-color: #B0F312;
}
.BgClassName
{
background-color: #B0F312;
}
</style>
border-color css
<style>
span { border-color: #B0F312; }
span { border-color: rgb(176,243,18); }
td.TdClassName
{
border-color: #B0F312;
}
.TagClassName
{
border-color: #B0F312;
}
</style>