Shades of Inch Worm #BDDD17
Tints of Inch Worm #BDDD17
RGB
CMYK
RGB Variations
Color information
#BDDD17 (or 0xBDDD17) is known color: Inch Worm. HEX triplet: BD, DD and 17. RGB value is (189,221,23). Sum of RGB (Red+Green+Blue) = 189+221+23=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDD17 is #4222E8. Grayscale: #BDBDBD. Windows color (decimal): -4334313 or 1564093. OLE color: 1564093.
HSL color Cylindrical-coordinate representation of color #BDDD17: hue angle of 69.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDDD17 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 23 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.13 |
| HSL | 69.7º | 0.81% | 0.48% | - |
| HSV(B) | 69.7º | 0.9% | 0.87% | - |
| XYZ | 47 | 62.59 | 10.42 | - |
| YUV | 188.86 | 34.4 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 23 | 0.14 | 0 | 0.90 | 0.13 | 69.7 | 0.81 | 0.48 |
| Hex | BD | DD | 17 | E | 0 | 5A | D | 46 | 51 | 30 |
| Octal | 275 | 335 | 27 | 16 | 0 | 132 | 15 | 106 | 121 | 60 |
| Binary | 10111101 | 11011101 | 10111 | 1110 | 0 | 1011010 | 1101 | 1000110 | 1010001 | 110000 |
Color Harmonies of #BDDD17
Complementary color
Monochromatic Colors of #BDDD17
Black with #BDDD17
Text Example
Text Example
White with #BDDD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD17; }
p { color: rgb(189,221,23); }
H1.HeaderClassName
{
color: #BDDD17;
}
.AnyTagClassName
{
color: #BDDD17;
}
</style>
background-color css
<style>
a { background-color: #BDDD17; }
a { background-color: rgb(189,221,23); }
div.DivClassName
{
background-color: #BDDD17;
}
.BgClassName
{
background-color: #BDDD17;
}
</style>
border-color css
<style>
span { border-color: #BDDD17; }
span { border-color: rgb(189,221,23); }
td.TdClassName
{
border-color: #BDDD17;
}
.TagClassName
{
border-color: #BDDD17;
}
</style>