Shades of Inch Worm #BDDB00
Tints of Inch Worm #BDDB00
RGB
CMYK
RGB Variations
Color information
#BDDB00 (or 0xBDDB00) is known color: Inch Worm. HEX triplet: BD, DB and 00. RGB value is (189,219,0). Sum of RGB (Red+Green+Blue) = 189+219+0=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDB00 is #4224FF. Grayscale: #B9B9B9. Windows color (decimal): -4334848 or 56253. OLE color: 56253.
HSL color Cylindrical-coordinate representation of color #BDDB00: hue angle of 68.22º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDDB00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.14 |
| HSL | 68.22º | 1% | 0.43% | - |
| HSV(B) | 68.22º | 1% | 0.86% | - |
| XYZ | 46.32 | 61.48 | 9.43 | - |
| YUV | 185.06 | 23.56 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 0 | 0.14 | 0 | 1 | 0.14 | 68.22 | 1 | 0.43 |
| Hex | BD | DB | 0 | E | 0 | 64 | E | 44 | 64 | 2B |
| Octal | 275 | 333 | 0 | 16 | 0 | 144 | 16 | 104 | 144 | 53 |
| Binary | 10111101 | 11011011 | 0 | 1110 | 0 | 1100100 | 1110 | 1000100 | 1100100 | 101011 |
Color Harmonies of #BDDB00
Complementary color
Monochromatic Colors of #BDDB00
Black with #BDDB00
Text Example
Text Example
White with #BDDB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB00; }
p { color: rgb(189,219,0); }
H1.HeaderClassName
{
color: #BDDB00;
}
.AnyTagClassName
{
color: #BDDB00;
}
</style>
background-color css
<style>
a { background-color: #BDDB00; }
a { background-color: rgb(189,219,0); }
div.DivClassName
{
background-color: #BDDB00;
}
.BgClassName
{
background-color: #BDDB00;
}
</style>
border-color css
<style>
span { border-color: #BDDB00; }
span { border-color: rgb(189,219,0); }
td.TdClassName
{
border-color: #BDDB00;
}
.TagClassName
{
border-color: #BDDB00;
}
</style>