Shades of Inch Worm #B2DA00
Tints of Inch Worm #B2DA00
RGB
CMYK
RGB Variations
Color information
#B2DA00 (or 0xB2DA00) is known color: Inch Worm. HEX triplet: B2, DA and 00. RGB value is (178,218,0). Sum of RGB (Red+Green+Blue) = 178+218+0=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DA00 is #4D25FF. Grayscale: #B6B6B6. Windows color (decimal): -5056000 or 55986. OLE color: 55986.
HSL color Cylindrical-coordinate representation of color #B2DA00: hue angle of 71.01º 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 #B2DA00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.15 |
| HSL | 71.01º | 1% | 0.43% | - |
| HSV(B) | 71.01º | 1% | 0.85% | - |
| XYZ | 43.43 | 59.61 | 9.22 | - |
| YUV | 181.19 | 25.75 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 0 | 0.18 | 0 | 1 | 0.15 | 71.01 | 1 | 0.43 |
| Hex | B2 | DA | 0 | 12 | 0 | 64 | F | 47 | 64 | 2B |
| Octal | 262 | 332 | 0 | 22 | 0 | 144 | 17 | 107 | 144 | 53 |
| Binary | 10110010 | 11011010 | 0 | 10010 | 0 | 1100100 | 1111 | 1000111 | 1100100 | 101011 |
Color Harmonies of #B2DA00
Complementary color
Monochromatic Colors of #B2DA00
Black with #B2DA00
Text Example
Text Example
White with #B2DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA00; }
p { color: rgb(178,218,0); }
H1.HeaderClassName
{
color: #B2DA00;
}
.AnyTagClassName
{
color: #B2DA00;
}
</style>
background-color css
<style>
a { background-color: #B2DA00; }
a { background-color: rgb(178,218,0); }
div.DivClassName
{
background-color: #B2DA00;
}
.BgClassName
{
background-color: #B2DA00;
}
</style>
border-color css
<style>
span { border-color: #B2DA00; }
span { border-color: rgb(178,218,0); }
td.TdClassName
{
border-color: #B2DA00;
}
.TagClassName
{
border-color: #B2DA00;
}
</style>