Shades of Inch Worm #B2DE1D
Tints of Inch Worm #B2DE1D
RGB
CMYK
RGB Variations
Color information
#B2DE1D (or 0xB2DE1D) is known color: Inch Worm. HEX triplet: B2, DE and 1D. RGB value is (178,222,29). Sum of RGB (Red+Green+Blue) = 178+222+29=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 222 (87.11% from 255 or 51.75% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DE1D is #4D21E2. Grayscale: #BBBBBB. Windows color (decimal): -5054947 or 1957554. OLE color: 1957554.
HSL color Cylindrical-coordinate representation of color #B2DE1D: hue angle of 73.68º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2DE1D is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 29 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.13 |
| HSL | 73.68º | 0.77% | 0.49% | - |
| HSV(B) | 73.68º | 0.87% | 0.87% | - |
| XYZ | 44.7 | 61.8 | 10.73 | - |
| YUV | 186.84 | 38.92 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 29 | 0.20 | 0 | 0.87 | 0.13 | 73.68 | 0.77 | 0.49 |
| Hex | B2 | DE | 1D | 14 | 0 | 57 | D | 4A | 4D | 31 |
| Octal | 262 | 336 | 35 | 24 | 0 | 127 | 15 | 112 | 115 | 61 |
| Binary | 10110010 | 11011110 | 11101 | 10100 | 0 | 1010111 | 1101 | 1001010 | 1001101 | 110001 |
Color Harmonies of #B2DE1D
Complementary color
Monochromatic Colors of #B2DE1D
Black with #B2DE1D
Text Example
Text Example
White with #B2DE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DE1D; }
p { color: rgb(178,222,29); }
H1.HeaderClassName
{
color: #B2DE1D;
}
.AnyTagClassName
{
color: #B2DE1D;
}
</style>
background-color css
<style>
a { background-color: #B2DE1D; }
a { background-color: rgb(178,222,29); }
div.DivClassName
{
background-color: #B2DE1D;
}
.BgClassName
{
background-color: #B2DE1D;
}
</style>
border-color css
<style>
span { border-color: #B2DE1D; }
span { border-color: rgb(178,222,29); }
td.TdClassName
{
border-color: #B2DE1D;
}
.TagClassName
{
border-color: #B2DE1D;
}
</style>