Shades of Inch Worm #BDE700
Tints of Inch Worm #BDE700
RGB
CMYK
RGB Variations
Color information
#BDE700 (or 0xBDE700) is known color: Inch Worm. HEX triplet: BD, E7 and 00. RGB value is (189,231,0). Sum of RGB (Red+Green+Blue) = 189+231+0=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 231 (90.62% from 255 or 55% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE700 is #4218FF. Grayscale: #C0C0C0. Windows color (decimal): -4331776 or 59325. OLE color: 59325.
HSL color Cylindrical-coordinate representation of color #BDE700: hue angle of 70.91º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDE700 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.09 |
| HSL | 70.91º | 1% | 0.45% | - |
| HSV(B) | 70.91º | 1% | 0.91% | - |
| XYZ | 49.56 | 67.97 | 10.51 | - |
| YUV | 192.11 | 19.59 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 0 | 0.18 | 0 | 1 | 0.09 | 70.91 | 1 | 0.45 |
| Hex | BD | E7 | 0 | 12 | 0 | 64 | 9 | 47 | 64 | 2D |
| Octal | 275 | 347 | 0 | 22 | 0 | 144 | 11 | 107 | 144 | 55 |
| Binary | 10111101 | 11100111 | 0 | 10010 | 0 | 1100100 | 1001 | 1000111 | 1100100 | 101101 |
Color Harmonies of #BDE700
Complementary color
Monochromatic Colors of #BDE700
Black with #BDE700
Text Example
Text Example
White with #BDE700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE700; }
p { color: rgb(189,231,0); }
H1.HeaderClassName
{
color: #BDE700;
}
.AnyTagClassName
{
color: #BDE700;
}
</style>
background-color css
<style>
a { background-color: #BDE700; }
a { background-color: rgb(189,231,0); }
div.DivClassName
{
background-color: #BDE700;
}
.BgClassName
{
background-color: #BDE700;
}
</style>
border-color css
<style>
span { border-color: #BDE700; }
span { border-color: rgb(189,231,0); }
td.TdClassName
{
border-color: #BDE700;
}
.TagClassName
{
border-color: #BDE700;
}
</style>