Shades of Inch Worm #BDDA00
Tints of Inch Worm #BDDA00
RGB
CMYK
RGB Variations
Color information
#BDDA00 (or 0xBDDA00) is known color: Inch Worm. HEX triplet: BD, DA and 00. RGB value is (189,218,0). Sum of RGB (Red+Green+Blue) = 189+218+0=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDA00 is #4225FF. Grayscale: #B9B9B9. Windows color (decimal): -4335104 or 55997. OLE color: 55997.
HSL color Cylindrical-coordinate representation of color #BDDA00: hue angle of 67.98º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDDA00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.15 |
| HSL | 67.98º | 1% | 0.43% | - |
| HSV(B) | 67.98º | 1% | 0.85% | - |
| XYZ | 46.06 | 60.96 | 9.34 | - |
| YUV | 184.48 | 23.89 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 0 | 0.13 | 0 | 1 | 0.15 | 67.98 | 1 | 0.43 |
| Hex | BD | DA | 0 | D | 0 | 64 | F | 44 | 64 | 2B |
| Octal | 275 | 332 | 0 | 15 | 0 | 144 | 17 | 104 | 144 | 53 |
| Binary | 10111101 | 11011010 | 0 | 1101 | 0 | 1100100 | 1111 | 1000100 | 1100100 | 101011 |
Color Harmonies of #BDDA00
Complementary color
Monochromatic Colors of #BDDA00
Black with #BDDA00
Text Example
Text Example
White with #BDDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA00; }
p { color: rgb(189,218,0); }
H1.HeaderClassName
{
color: #BDDA00;
}
.AnyTagClassName
{
color: #BDDA00;
}
</style>
background-color css
<style>
a { background-color: #BDDA00; }
a { background-color: rgb(189,218,0); }
div.DivClassName
{
background-color: #BDDA00;
}
.BgClassName
{
background-color: #BDDA00;
}
</style>
border-color css
<style>
span { border-color: #BDDA00; }
span { border-color: rgb(189,218,0); }
td.TdClassName
{
border-color: #BDDA00;
}
.TagClassName
{
border-color: #BDDA00;
}
</style>