Shades of Inch Worm #BDE104
Tints of Inch Worm #BDE104
RGB
CMYK
RGB Variations
Color information
#BDE104 (or 0xBDE104) is known color: Inch Worm. HEX triplet: BD, E1 and 04. RGB value is (189,225,4). Sum of RGB (Red+Green+Blue) = 189+225+4=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE104 is #421EFB. Grayscale: #BDBDBD. Windows color (decimal): -4333308 or 319933. OLE color: 319933.
HSL color Cylindrical-coordinate representation of color #BDE104: hue angle of 69.77º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDE104 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.12 |
| HSL | 69.77º | 0.97% | 0.45% | - |
| HSV(B) | 69.77º | 0.98% | 0.88% | - |
| XYZ | 47.93 | 64.68 | 10.07 | - |
| YUV | 189.04 | 23.57 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 4 | 0.16 | 0 | 0.98 | 0.12 | 69.77 | 0.97 | 0.45 |
| Hex | BD | E1 | 4 | 10 | 0 | 62 | C | 46 | 61 | 2D |
| Octal | 275 | 341 | 4 | 20 | 0 | 142 | 14 | 106 | 141 | 55 |
| Binary | 10111101 | 11100001 | 100 | 10000 | 0 | 1100010 | 1100 | 1000110 | 1100001 | 101101 |
Color Harmonies of #BDE104
Complementary color
Monochromatic Colors of #BDE104
Black with #BDE104
Text Example
Text Example
White with #BDE104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE104; }
p { color: rgb(189,225,4); }
H1.HeaderClassName
{
color: #BDE104;
}
.AnyTagClassName
{
color: #BDE104;
}
</style>
background-color css
<style>
a { background-color: #BDE104; }
a { background-color: rgb(189,225,4); }
div.DivClassName
{
background-color: #BDE104;
}
.BgClassName
{
background-color: #BDE104;
}
</style>
border-color css
<style>
span { border-color: #BDE104; }
span { border-color: rgb(189,225,4); }
td.TdClassName
{
border-color: #BDE104;
}
.TagClassName
{
border-color: #BDE104;
}
</style>