Shades of Inch Worm #BDD704
Tints of Inch Worm #BDD704
RGB
CMYK
RGB Variations
Color information
#BDD704 (or 0xBDD704) is known color: Inch Worm. HEX triplet: BD, D7 and 04. RGB value is (189,215,4). Sum of RGB (Red+Green+Blue) = 189+215+4=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD704 is #4228FB. Grayscale: #B7B7B7. Windows color (decimal): -4335868 or 317373. OLE color: 317373.
HSL color Cylindrical-coordinate representation of color #BDD704: hue angle of 67.39º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDD704 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.16 |
| HSL | 67.39º | 0.96% | 0.43% | - |
| HSV(B) | 67.39º | 0.98% | 0.84% | - |
| XYZ | 45.31 | 59.43 | 9.2 | - |
| YUV | 183.17 | 26.89 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 4 | 0.12 | 0 | 0.98 | 0.16 | 67.39 | 0.96 | 0.43 |
| Hex | BD | D7 | 4 | C | 0 | 62 | 10 | 43 | 60 | 2B |
| Octal | 275 | 327 | 4 | 14 | 0 | 142 | 20 | 103 | 140 | 53 |
| Binary | 10111101 | 11010111 | 100 | 1100 | 0 | 1100010 | 10000 | 1000011 | 1100000 | 101011 |
Color Harmonies of #BDD704
Complementary color
Monochromatic Colors of #BDD704
Black with #BDD704
Text Example
Text Example
White with #BDD704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD704; }
p { color: rgb(189,215,4); }
H1.HeaderClassName
{
color: #BDD704;
}
.AnyTagClassName
{
color: #BDD704;
}
</style>
background-color css
<style>
a { background-color: #BDD704; }
a { background-color: rgb(189,215,4); }
div.DivClassName
{
background-color: #BDD704;
}
.BgClassName
{
background-color: #BDD704;
}
</style>
border-color css
<style>
span { border-color: #BDD704; }
span { border-color: rgb(189,215,4); }
td.TdClassName
{
border-color: #BDD704;
}
.TagClassName
{
border-color: #BDD704;
}
</style>