Shades of Inch Worm #B0DA00
Tints of Inch Worm #B0DA00
RGB
CMYK
RGB Variations
Color information
#B0DA00 (or 0xB0DA00) is known color: Inch Worm. HEX triplet: B0, DA and 00. RGB value is (176,218,0). Sum of RGB (Red+Green+Blue) = 176+218+0=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DA00 is #4F25FF. Grayscale: #B5B5B5. Windows color (decimal): -5187072 or 55984. OLE color: 55984.
HSL color Cylindrical-coordinate representation of color #B0DA00: hue angle of 71.56º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0DA00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.15 |
| HSL | 71.56º | 1% | 0.43% | - |
| HSV(B) | 71.56º | 1% | 0.85% | - |
| XYZ | 42.98 | 59.37 | 9.2 | - |
| YUV | 180.59 | 26.09 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 0 | 0.19 | 0 | 1 | 0.15 | 71.56 | 1 | 0.43 |
| Hex | B0 | DA | 0 | 13 | 0 | 64 | F | 48 | 64 | 2B |
| Octal | 260 | 332 | 0 | 23 | 0 | 144 | 17 | 110 | 144 | 53 |
| Binary | 10110000 | 11011010 | 0 | 10011 | 0 | 1100100 | 1111 | 1001000 | 1100100 | 101011 |
Color Harmonies of #B0DA00
Complementary color
Monochromatic Colors of #B0DA00
Black with #B0DA00
Text Example
Text Example
White with #B0DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA00; }
p { color: rgb(176,218,0); }
H1.HeaderClassName
{
color: #B0DA00;
}
.AnyTagClassName
{
color: #B0DA00;
}
</style>
background-color css
<style>
a { background-color: #B0DA00; }
a { background-color: rgb(176,218,0); }
div.DivClassName
{
background-color: #B0DA00;
}
.BgClassName
{
background-color: #B0DA00;
}
</style>
border-color css
<style>
span { border-color: #B0DA00; }
span { border-color: rgb(176,218,0); }
td.TdClassName
{
border-color: #B0DA00;
}
.TagClassName
{
border-color: #B0DA00;
}
</style>