Shades of Inch Worm #B2DD1C
Tints of Inch Worm #B2DD1C
RGB
CMYK
RGB Variations
Color information
#B2DD1C (or 0xB2DD1C) is known color: Inch Worm. HEX triplet: B2, DD and 1C. RGB value is (178,221,28). Sum of RGB (Red+Green+Blue) = 178+221+28=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD1C is #4D22E3. Grayscale: #BABABA. Windows color (decimal): -5055204 or 1891762. OLE color: 1891762.
HSL color Cylindrical-coordinate representation of color #B2DD1C: hue angle of 73.37º degrees, saturation: 0.78, 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 #B2DD1C is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 28 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.13 |
| HSL | 73.37º | 0.78% | 0.49% | - |
| HSV(B) | 73.37º | 0.87% | 0.87% | - |
| XYZ | 44.43 | 61.26 | 10.58 | - |
| YUV | 186.14 | 38.75 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 28 | 0.19 | 0 | 0.87 | 0.13 | 73.37 | 0.78 | 0.49 |
| Hex | B2 | DD | 1C | 13 | 0 | 57 | D | 49 | 4E | 31 |
| Octal | 262 | 335 | 34 | 23 | 0 | 127 | 15 | 111 | 116 | 61 |
| Binary | 10110010 | 11011101 | 11100 | 10011 | 0 | 1010111 | 1101 | 1001001 | 1001110 | 110001 |
Color Harmonies of #B2DD1C
Complementary color
Monochromatic Colors of #B2DD1C
Black with #B2DD1C
Text Example
Text Example
White with #B2DD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD1C; }
p { color: rgb(178,221,28); }
H1.HeaderClassName
{
color: #B2DD1C;
}
.AnyTagClassName
{
color: #B2DD1C;
}
</style>
background-color css
<style>
a { background-color: #B2DD1C; }
a { background-color: rgb(178,221,28); }
div.DivClassName
{
background-color: #B2DD1C;
}
.BgClassName
{
background-color: #B2DD1C;
}
</style>
border-color css
<style>
span { border-color: #B2DD1C; }
span { border-color: rgb(178,221,28); }
td.TdClassName
{
border-color: #B2DD1C;
}
.TagClassName
{
border-color: #B2DD1C;
}
</style>