Shades of Inch Worm #BDE703
Tints of Inch Worm #BDE703
RGB
CMYK
RGB Variations
Color information
#BDE703 (or 0xBDE703) is known color: Inch Worm. HEX triplet: BD, E7 and 03. RGB value is (189,231,3). Sum of RGB (Red+Green+Blue) = 189+231+3=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 231 (90.62% from 255 or 54.61% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE703 is #4218FC. Grayscale: #C1C1C1. Windows color (decimal): -4331773 or 255933. OLE color: 255933.
HSL color Cylindrical-coordinate representation of color #BDE703: hue angle of 71.05º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDE703 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.09 |
| HSL | 71.05º | 0.97% | 0.46% | - |
| HSV(B) | 71.05º | 0.99% | 0.91% | - |
| XYZ | 49.58 | 67.98 | 10.59 | - |
| YUV | 192.45 | 21.09 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 3 | 0.18 | 0 | 0.99 | 0.09 | 71.05 | 0.97 | 0.46 |
| Hex | BD | E7 | 3 | 12 | 0 | 63 | 9 | 47 | 61 | 2E |
| Octal | 275 | 347 | 3 | 22 | 0 | 143 | 11 | 107 | 141 | 56 |
| Binary | 10111101 | 11100111 | 11 | 10010 | 0 | 1100011 | 1001 | 1000111 | 1100001 | 101110 |
Color Harmonies of #BDE703
Complementary color
Monochromatic Colors of #BDE703
Black with #BDE703
Text Example
Text Example
White with #BDE703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE703; }
p { color: rgb(189,231,3); }
H1.HeaderClassName
{
color: #BDE703;
}
.AnyTagClassName
{
color: #BDE703;
}
</style>
background-color css
<style>
a { background-color: #BDE703; }
a { background-color: rgb(189,231,3); }
div.DivClassName
{
background-color: #BDE703;
}
.BgClassName
{
background-color: #BDE703;
}
</style>
border-color css
<style>
span { border-color: #BDE703; }
span { border-color: rgb(189,231,3); }
td.TdClassName
{
border-color: #BDE703;
}
.TagClassName
{
border-color: #BDE703;
}
</style>