Shades of Inch Worm #BDDD02
Tints of Inch Worm #BDDD02
RGB
CMYK
RGB Variations
Color information
#BDDD02 (or 0xBDDD02) is known color: Inch Worm. HEX triplet: BD, DD and 02. RGB value is (189,221,2). Sum of RGB (Red+Green+Blue) = 189+221+2=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDD02 is #4222FD. Grayscale: #BBBBBB. Windows color (decimal): -4334334 or 187837. OLE color: 187837.
HSL color Cylindrical-coordinate representation of color #BDDD02: hue angle of 68.77º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDDD02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.13 |
| HSL | 68.77º | 0.98% | 0.44% | - |
| HSV(B) | 68.77º | 0.99% | 0.87% | - |
| XYZ | 46.85 | 62.54 | 9.66 | - |
| YUV | 186.47 | 23.9 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 2 | 0.14 | 0 | 0.99 | 0.13 | 68.77 | 0.98 | 0.44 |
| Hex | BD | DD | 2 | E | 0 | 63 | D | 45 | 62 | 2C |
| Octal | 275 | 335 | 2 | 16 | 0 | 143 | 15 | 105 | 142 | 54 |
| Binary | 10111101 | 11011101 | 10 | 1110 | 0 | 1100011 | 1101 | 1000101 | 1100010 | 101100 |
Color Harmonies of #BDDD02
Complementary color
Monochromatic Colors of #BDDD02
Black with #BDDD02
Text Example
Text Example
White with #BDDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD02; }
p { color: rgb(189,221,2); }
H1.HeaderClassName
{
color: #BDDD02;
}
.AnyTagClassName
{
color: #BDDD02;
}
</style>
background-color css
<style>
a { background-color: #BDDD02; }
a { background-color: rgb(189,221,2); }
div.DivClassName
{
background-color: #BDDD02;
}
.BgClassName
{
background-color: #BDDD02;
}
</style>
border-color css
<style>
span { border-color: #BDDD02; }
span { border-color: rgb(189,221,2); }
td.TdClassName
{
border-color: #BDDD02;
}
.TagClassName
{
border-color: #BDDD02;
}
</style>