Shades of Inch Worm #BEDA16
Tints of Inch Worm #BEDA16
RGB
CMYK
RGB Variations
Color information
#BEDA16 (or 0xBEDA16) is known color: Inch Worm. HEX triplet: BE, DA and 16. RGB value is (190,218,22). Sum of RGB (Red+Green+Blue) = 190+218+22=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDA16 is #4125E9. Grayscale: #BCBCBC. Windows color (decimal): -4269546 or 1497790. OLE color: 1497790.
HSL color Cylindrical-coordinate representation of color #BEDA16: hue angle of 68.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEDA16 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 22 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.15 |
| HSL | 68.57º | 0.82% | 0.47% | - |
| HSV(B) | 68.57º | 0.9% | 0.85% | - |
| XYZ | 46.45 | 61.15 | 10.11 | - |
| YUV | 187.28 | 34.72 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 22 | 0.13 | 0 | 0.90 | 0.15 | 68.57 | 0.82 | 0.47 |
| Hex | BE | DA | 16 | D | 0 | 5A | F | 45 | 52 | 2F |
| Octal | 276 | 332 | 26 | 15 | 0 | 132 | 17 | 105 | 122 | 57 |
| Binary | 10111110 | 11011010 | 10110 | 1101 | 0 | 1011010 | 1111 | 1000101 | 1010010 | 101111 |
Color Harmonies of #BEDA16
Complementary color
Monochromatic Colors of #BEDA16
Black with #BEDA16
Text Example
Text Example
White with #BEDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA16; }
p { color: rgb(190,218,22); }
H1.HeaderClassName
{
color: #BEDA16;
}
.AnyTagClassName
{
color: #BEDA16;
}
</style>
background-color css
<style>
a { background-color: #BEDA16; }
a { background-color: rgb(190,218,22); }
div.DivClassName
{
background-color: #BEDA16;
}
.BgClassName
{
background-color: #BEDA16;
}
</style>
border-color css
<style>
span { border-color: #BEDA16; }
span { border-color: rgb(190,218,22); }
td.TdClassName
{
border-color: #BEDA16;
}
.TagClassName
{
border-color: #BEDA16;
}
</style>