Shades of Inch Worm #B2DA1D
Tints of Inch Worm #B2DA1D
RGB
CMYK
RGB Variations
Color information
#B2DA1D (or 0xB2DA1D) is known color: Inch Worm. HEX triplet: B2, DA and 1D. RGB value is (178,218,29). Sum of RGB (Red+Green+Blue) = 178+218+29=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA1D is #4D25E2. Grayscale: #B9B9B9. Windows color (decimal): -5055971 or 1956530. OLE color: 1956530.
HSL color Cylindrical-coordinate representation of color #B2DA1D: hue angle of 72.7º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2DA1D is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 29 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.15 |
| HSL | 72.7º | 0.77% | 0.48% | - |
| HSV(B) | 72.7º | 0.87% | 0.85% | - |
| XYZ | 43.65 | 59.7 | 10.38 | - |
| YUV | 184.49 | 40.25 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 29 | 0.18 | 0 | 0.87 | 0.15 | 72.7 | 0.77 | 0.48 |
| Hex | B2 | DA | 1D | 12 | 0 | 57 | F | 49 | 4D | 30 |
| Octal | 262 | 332 | 35 | 22 | 0 | 127 | 17 | 111 | 115 | 60 |
| Binary | 10110010 | 11011010 | 11101 | 10010 | 0 | 1010111 | 1111 | 1001001 | 1001101 | 110000 |
Color Harmonies of #B2DA1D
Complementary color
Monochromatic Colors of #B2DA1D
Black with #B2DA1D
Text Example
Text Example
White with #B2DA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA1D; }
p { color: rgb(178,218,29); }
H1.HeaderClassName
{
color: #B2DA1D;
}
.AnyTagClassName
{
color: #B2DA1D;
}
</style>
background-color css
<style>
a { background-color: #B2DA1D; }
a { background-color: rgb(178,218,29); }
div.DivClassName
{
background-color: #B2DA1D;
}
.BgClassName
{
background-color: #B2DA1D;
}
</style>
border-color css
<style>
span { border-color: #B2DA1D; }
span { border-color: rgb(178,218,29); }
td.TdClassName
{
border-color: #B2DA1D;
}
.TagClassName
{
border-color: #B2DA1D;
}
</style>