Shades of Inch Worm #BEE60A
Tints of Inch Worm #BEE60A
RGB
CMYK
RGB Variations
Color information
#BEE60A (or 0xBEE60A) is known color: Inch Worm. HEX triplet: BE, E6 and 0A. RGB value is (190,230,10). Sum of RGB (Red+Green+Blue) = 190+230+10=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE60A is #4119F5. Grayscale: #C1C1C1. Windows color (decimal): -4266486 or 714430. OLE color: 714430.
HSL color Cylindrical-coordinate representation of color #BEE60A: hue angle of 70.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEE60A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 10 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.10 |
| HSL | 70.91º | 0.92% | 0.47% | - |
| HSV(B) | 70.91º | 0.96% | 0.9% | - |
| XYZ | 49.59 | 67.56 | 10.71 | - |
| YUV | 192.96 | 24.75 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 10 | 0.17 | 0 | 0.96 | 0.10 | 70.91 | 0.92 | 0.47 |
| Hex | BE | E6 | A | 11 | 0 | 60 | A | 47 | 5C | 2F |
| Octal | 276 | 346 | 12 | 21 | 0 | 140 | 12 | 107 | 134 | 57 |
| Binary | 10111110 | 11100110 | 1010 | 10001 | 0 | 1100000 | 1010 | 1000111 | 1011100 | 101111 |
Color Harmonies of #BEE60A
Complementary color
Monochromatic Colors of #BEE60A
Black with #BEE60A
Text Example
Text Example
White with #BEE60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE60A; }
p { color: rgb(190,230,10); }
H1.HeaderClassName
{
color: #BEE60A;
}
.AnyTagClassName
{
color: #BEE60A;
}
</style>
background-color css
<style>
a { background-color: #BEE60A; }
a { background-color: rgb(190,230,10); }
div.DivClassName
{
background-color: #BEE60A;
}
.BgClassName
{
background-color: #BEE60A;
}
</style>
border-color css
<style>
span { border-color: #BEE60A; }
span { border-color: rgb(190,230,10); }
td.TdClassName
{
border-color: #BEE60A;
}
.TagClassName
{
border-color: #BEE60A;
}
</style>