Shades of Inch Worm #BDDD03
Tints of Inch Worm #BDDD03
RGB
CMYK
RGB Variations
Color information
#BDDD03 (or 0xBDDD03) is known color: Inch Worm. HEX triplet: BD, DD and 03. RGB value is (189,221,3). Sum of RGB (Red+Green+Blue) = 189+221+3=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDD03 is #4222FC. Grayscale: #BBBBBB. Windows color (decimal): -4334333 or 253373. OLE color: 253373.
HSL color Cylindrical-coordinate representation of color #BDDD03: hue angle of 68.81º degrees, saturation: 0.97, 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 #BDDD03 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.13 |
| HSL | 68.81º | 0.97% | 0.44% | - |
| HSV(B) | 68.81º | 0.99% | 0.87% | - |
| XYZ | 46.86 | 62.54 | 9.69 | - |
| YUV | 186.58 | 24.4 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 3 | 0.14 | 0 | 0.99 | 0.13 | 68.81 | 0.97 | 0.44 |
| Hex | BD | DD | 3 | E | 0 | 63 | D | 45 | 61 | 2C |
| Octal | 275 | 335 | 3 | 16 | 0 | 143 | 15 | 105 | 141 | 54 |
| Binary | 10111101 | 11011101 | 11 | 1110 | 0 | 1100011 | 1101 | 1000101 | 1100001 | 101100 |
Color Harmonies of #BDDD03
Complementary color
Monochromatic Colors of #BDDD03
Black with #BDDD03
Text Example
Text Example
White with #BDDD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD03; }
p { color: rgb(189,221,3); }
H1.HeaderClassName
{
color: #BDDD03;
}
.AnyTagClassName
{
color: #BDDD03;
}
</style>
background-color css
<style>
a { background-color: #BDDD03; }
a { background-color: rgb(189,221,3); }
div.DivClassName
{
background-color: #BDDD03;
}
.BgClassName
{
background-color: #BDDD03;
}
</style>
border-color css
<style>
span { border-color: #BDDD03; }
span { border-color: rgb(189,221,3); }
td.TdClassName
{
border-color: #BDDD03;
}
.TagClassName
{
border-color: #BDDD03;
}
</style>