Shades of Inch Worm #BDD702
Tints of Inch Worm #BDD702
RGB
CMYK
RGB Variations
Color information
#BDD702 (or 0xBDD702) is known color: Inch Worm. HEX triplet: BD, D7 and 02. RGB value is (189,215,2). Sum of RGB (Red+Green+Blue) = 189+215+2=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD702 is #4228FD. Grayscale: #B7B7B7. Windows color (decimal): -4335870 or 186301. OLE color: 186301.
HSL color Cylindrical-coordinate representation of color #BDD702: hue angle of 67.32º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDD702 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.16 |
| HSL | 67.32º | 0.98% | 0.43% | - |
| HSV(B) | 67.32º | 0.99% | 0.84% | - |
| XYZ | 45.3 | 59.42 | 9.14 | - |
| YUV | 182.94 | 25.89 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 2 | 0.12 | 0 | 0.99 | 0.16 | 67.32 | 0.98 | 0.43 |
| Hex | BD | D7 | 2 | C | 0 | 63 | 10 | 43 | 62 | 2B |
| Octal | 275 | 327 | 2 | 14 | 0 | 143 | 20 | 103 | 142 | 53 |
| Binary | 10111101 | 11010111 | 10 | 1100 | 0 | 1100011 | 10000 | 1000011 | 1100010 | 101011 |
Color Harmonies of #BDD702
Complementary color
Monochromatic Colors of #BDD702
Black with #BDD702
Text Example
Text Example
White with #BDD702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD702; }
p { color: rgb(189,215,2); }
H1.HeaderClassName
{
color: #BDD702;
}
.AnyTagClassName
{
color: #BDD702;
}
</style>
background-color css
<style>
a { background-color: #BDD702; }
a { background-color: rgb(189,215,2); }
div.DivClassName
{
background-color: #BDD702;
}
.BgClassName
{
background-color: #BDD702;
}
</style>
border-color css
<style>
span { border-color: #BDD702; }
span { border-color: rgb(189,215,2); }
td.TdClassName
{
border-color: #BDD702;
}
.TagClassName
{
border-color: #BDD702;
}
</style>