Shades of Inch Worm #BEDD0A
Tints of Inch Worm #BEDD0A
RGB
CMYK
RGB Variations
Color information
#BEDD0A (or 0xBEDD0A) is known color: Inch Worm. HEX triplet: BE, DD and 0A. RGB value is (190,221,10). Sum of RGB (Red+Green+Blue) = 190+221+10=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDD0A is #4122F5. Grayscale: #BCBCBC. Windows color (decimal): -4268790 or 712126. OLE color: 712126.
HSL color Cylindrical-coordinate representation of color #BEDD0A: hue angle of 68.82º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEDD0A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 10 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.13 |
| HSL | 68.82º | 0.91% | 0.45% | - |
| HSV(B) | 68.82º | 0.95% | 0.87% | - |
| XYZ | 47.15 | 62.68 | 9.9 | - |
| YUV | 187.68 | 27.73 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 10 | 0.14 | 0 | 0.95 | 0.13 | 68.82 | 0.91 | 0.45 |
| Hex | BE | DD | A | E | 0 | 5F | D | 45 | 5B | 2D |
| Octal | 276 | 335 | 12 | 16 | 0 | 137 | 15 | 105 | 133 | 55 |
| Binary | 10111110 | 11011101 | 1010 | 1110 | 0 | 1011111 | 1101 | 1000101 | 1011011 | 101101 |
Color Harmonies of #BEDD0A
Complementary color
Monochromatic Colors of #BEDD0A
Black with #BEDD0A
Text Example
Text Example
White with #BEDD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD0A; }
p { color: rgb(190,221,10); }
H1.HeaderClassName
{
color: #BEDD0A;
}
.AnyTagClassName
{
color: #BEDD0A;
}
</style>
background-color css
<style>
a { background-color: #BEDD0A; }
a { background-color: rgb(190,221,10); }
div.DivClassName
{
background-color: #BEDD0A;
}
.BgClassName
{
background-color: #BEDD0A;
}
</style>
border-color css
<style>
span { border-color: #BEDD0A; }
span { border-color: rgb(190,221,10); }
td.TdClassName
{
border-color: #BEDD0A;
}
.TagClassName
{
border-color: #BEDD0A;
}
</style>