Shades of Inch Worm #BDE816
Tints of Inch Worm #BDE816
RGB
CMYK
RGB Variations
Color information
#BDE816 (or 0xBDE816) is known color: Inch Worm. HEX triplet: BD, E8 and 16. RGB value is (189,232,22). Sum of RGB (Red+Green+Blue) = 189+232+22=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 232 (91.02% from 255 or 52.37% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE816 is #4217E9. Grayscale: #C3C3C3. Windows color (decimal): -4331498 or 1501373. OLE color: 1501373.
HSL color Cylindrical-coordinate representation of color #BDE816: hue angle of 72.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDE816 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 22 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.09 |
| HSL | 72.29º | 0.83% | 0.5% | - |
| HSV(B) | 72.29º | 0.91% | 0.91% | - |
| XYZ | 49.99 | 68.59 | 11.36 | - |
| YUV | 195.2 | 30.25 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 22 | 0.19 | 0 | 0.91 | 0.09 | 72.29 | 0.83 | 0.5 |
| Hex | BD | E8 | 16 | 13 | 0 | 5B | 9 | 48 | 53 | 32 |
| Octal | 275 | 350 | 26 | 23 | 0 | 133 | 11 | 110 | 123 | 62 |
| Binary | 10111101 | 11101000 | 10110 | 10011 | 0 | 1011011 | 1001 | 1001000 | 1010011 | 110010 |
Color Harmonies of #BDE816
Complementary color
Monochromatic Colors of #BDE816
Black with #BDE816
Text Example
Text Example
White with #BDE816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE816; }
p { color: rgb(189,232,22); }
H1.HeaderClassName
{
color: #BDE816;
}
.AnyTagClassName
{
color: #BDE816;
}
</style>
background-color css
<style>
a { background-color: #BDE816; }
a { background-color: rgb(189,232,22); }
div.DivClassName
{
background-color: #BDE816;
}
.BgClassName
{
background-color: #BDE816;
}
</style>
border-color css
<style>
span { border-color: #BDE816; }
span { border-color: rgb(189,232,22); }
td.TdClassName
{
border-color: #BDE816;
}
.TagClassName
{
border-color: #BDE816;
}
</style>