Shades of Inch Worm #B0F00C
Tints of Inch Worm #B0F00C
RGB
CMYK
RGB Variations
Color information
#B0F00C (or 0xB0F00C) is known color: Inch Worm. HEX triplet: B0, F0 and 0C. RGB value is (176,240,12). Sum of RGB (Red+Green+Blue) = 176+240+12=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 240 (94.14% from 255 or 56.07% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F00C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F00C is #4F0FF3. Grayscale: #C3C3C3. Windows color (decimal): -5181428 or 848048. OLE color: 848048.
HSL color Cylindrical-coordinate representation of color #B0F00C: hue angle of 76.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0F00C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 12 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.06 |
| HSL | 76.84º | 0.9% | 0.49% | - |
| HSV(B) | 76.84º | 0.95% | 0.94% | - |
| XYZ | 49.13 | 71.58 | 11.57 | - |
| YUV | 194.87 | 24.8 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 12 | 0.27 | 0 | 0.95 | 0.06 | 76.84 | 0.9 | 0.49 |
| Hex | B0 | F0 | C | 1B | 0 | 5F | 6 | 4D | 5A | 31 |
| Octal | 260 | 360 | 14 | 33 | 0 | 137 | 6 | 115 | 132 | 61 |
| Binary | 10110000 | 11110000 | 1100 | 11011 | 0 | 1011111 | 110 | 1001101 | 1011010 | 110001 |
Color Harmonies of #B0F00C
Complementary color
Monochromatic Colors of #B0F00C
Black with #B0F00C
Text Example
Text Example
White with #B0F00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F00C; }
p { color: rgb(176,240,12); }
H1.HeaderClassName
{
color: #B0F00C;
}
.AnyTagClassName
{
color: #B0F00C;
}
</style>
background-color css
<style>
a { background-color: #B0F00C; }
a { background-color: rgb(176,240,12); }
div.DivClassName
{
background-color: #B0F00C;
}
.BgClassName
{
background-color: #B0F00C;
}
</style>
border-color css
<style>
span { border-color: #B0F00C; }
span { border-color: rgb(176,240,12); }
td.TdClassName
{
border-color: #B0F00C;
}
.TagClassName
{
border-color: #B0F00C;
}
</style>