Shades of Inch Worm #BDD703
Tints of Inch Worm #BDD703
RGB
CMYK
RGB Variations
Color information
#BDD703 (or 0xBDD703) is known color: Inch Worm. HEX triplet: BD, D7 and 03. RGB value is (189,215,3). Sum of RGB (Red+Green+Blue) = 189+215+3=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD703 is #4228FC. Grayscale: #B7B7B7. Windows color (decimal): -4335869 or 251837. OLE color: 251837.
HSL color Cylindrical-coordinate representation of color #BDD703: hue angle of 67.36º degrees, saturation: 0.97, 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 #BDD703 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.16 |
| HSL | 67.36º | 0.97% | 0.43% | - |
| HSV(B) | 67.36º | 0.99% | 0.84% | - |
| XYZ | 45.3 | 59.43 | 9.17 | - |
| YUV | 183.06 | 26.39 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 3 | 0.12 | 0 | 0.99 | 0.16 | 67.36 | 0.97 | 0.43 |
| Hex | BD | D7 | 3 | C | 0 | 63 | 10 | 43 | 61 | 2B |
| Octal | 275 | 327 | 3 | 14 | 0 | 143 | 20 | 103 | 141 | 53 |
| Binary | 10111101 | 11010111 | 11 | 1100 | 0 | 1100011 | 10000 | 1000011 | 1100001 | 101011 |
Color Harmonies of #BDD703
Complementary color
Monochromatic Colors of #BDD703
Black with #BDD703
Text Example
Text Example
White with #BDD703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD703; }
p { color: rgb(189,215,3); }
H1.HeaderClassName
{
color: #BDD703;
}
.AnyTagClassName
{
color: #BDD703;
}
</style>
background-color css
<style>
a { background-color: #BDD703; }
a { background-color: rgb(189,215,3); }
div.DivClassName
{
background-color: #BDD703;
}
.BgClassName
{
background-color: #BDD703;
}
</style>
border-color css
<style>
span { border-color: #BDD703; }
span { border-color: rgb(189,215,3); }
td.TdClassName
{
border-color: #BDD703;
}
.TagClassName
{
border-color: #BDD703;
}
</style>