Shades of Inch Worm #BDDB07
Tints of Inch Worm #BDDB07
RGB
CMYK
RGB Variations
Color information
#BDDB07 (or 0xBDDB07) is known color: Inch Worm. HEX triplet: BD, DB and 07. RGB value is (189,219,7). Sum of RGB (Red+Green+Blue) = 189+219+7=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDB07 is #4224F8. Grayscale: #BABABA. Windows color (decimal): -4334841 or 515005. OLE color: 515005.
HSL color Cylindrical-coordinate representation of color #BDDB07: hue angle of 68.49º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDDB07 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 7 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.14 |
| HSL | 68.49º | 0.94% | 0.44% | - |
| HSV(B) | 68.49º | 0.97% | 0.86% | - |
| XYZ | 46.36 | 61.5 | 9.63 | - |
| YUV | 185.86 | 27.06 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 7 | 0.14 | 0 | 0.97 | 0.14 | 68.49 | 0.94 | 0.44 |
| Hex | BD | DB | 7 | E | 0 | 61 | E | 44 | 5E | 2C |
| Octal | 275 | 333 | 7 | 16 | 0 | 141 | 16 | 104 | 136 | 54 |
| Binary | 10111101 | 11011011 | 111 | 1110 | 0 | 1100001 | 1110 | 1000100 | 1011110 | 101100 |
Color Harmonies of #BDDB07
Complementary color
Monochromatic Colors of #BDDB07
Black with #BDDB07
Text Example
Text Example
White with #BDDB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB07; }
p { color: rgb(189,219,7); }
H1.HeaderClassName
{
color: #BDDB07;
}
.AnyTagClassName
{
color: #BDDB07;
}
</style>
background-color css
<style>
a { background-color: #BDDB07; }
a { background-color: rgb(189,219,7); }
div.DivClassName
{
background-color: #BDDB07;
}
.BgClassName
{
background-color: #BDDB07;
}
</style>
border-color css
<style>
span { border-color: #BDDB07; }
span { border-color: rgb(189,219,7); }
td.TdClassName
{
border-color: #BDDB07;
}
.TagClassName
{
border-color: #BDDB07;
}
</style>