Shades of Inch Worm #B2DA0D
Tints of Inch Worm #B2DA0D
RGB
CMYK
RGB Variations
Color information
#B2DA0D (or 0xB2DA0D) is known color: Inch Worm. HEX triplet: B2, DA and 0D. RGB value is (178,218,13). Sum of RGB (Red+Green+Blue) = 178+218+13=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DA0D is #4D25F2. Grayscale: #B7B7B7. Windows color (decimal): -5055987 or 907954. OLE color: 907954.
HSL color Cylindrical-coordinate representation of color #B2DA0D: hue angle of 71.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2DA0D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.15 |
| HSL | 71.71º | 0.89% | 0.45% | - |
| HSV(B) | 71.71º | 0.94% | 0.85% | - |
| XYZ | 43.5 | 59.64 | 9.6 | - |
| YUV | 182.67 | 32.25 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 13 | 0.18 | 0 | 0.94 | 0.15 | 71.71 | 0.89 | 0.45 |
| Hex | B2 | DA | D | 12 | 0 | 5E | F | 48 | 59 | 2D |
| Octal | 262 | 332 | 15 | 22 | 0 | 136 | 17 | 110 | 131 | 55 |
| Binary | 10110010 | 11011010 | 1101 | 10010 | 0 | 1011110 | 1111 | 1001000 | 1011001 | 101101 |
Color Harmonies of #B2DA0D
Complementary color
Monochromatic Colors of #B2DA0D
Black with #B2DA0D
Text Example
Text Example
White with #B2DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA0D; }
p { color: rgb(178,218,13); }
H1.HeaderClassName
{
color: #B2DA0D;
}
.AnyTagClassName
{
color: #B2DA0D;
}
</style>
background-color css
<style>
a { background-color: #B2DA0D; }
a { background-color: rgb(178,218,13); }
div.DivClassName
{
background-color: #B2DA0D;
}
.BgClassName
{
background-color: #B2DA0D;
}
</style>
border-color css
<style>
span { border-color: #B2DA0D; }
span { border-color: rgb(178,218,13); }
td.TdClassName
{
border-color: #B2DA0D;
}
.TagClassName
{
border-color: #B2DA0D;
}
</style>