Shades of Inch Worm #BEE60C
Tints of Inch Worm #BEE60C
RGB
CMYK
RGB Variations
Color information
#BEE60C (or 0xBEE60C) is known color: Inch Worm. HEX triplet: BE, E6 and 0C. RGB value is (190,230,12). Sum of RGB (Red+Green+Blue) = 190+230+12=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 230 (90.23% from 255 or 53.24% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE60C is #4119F3. Grayscale: #C2C2C2. Windows color (decimal): -4266484 or 845502. OLE color: 845502.
HSL color Cylindrical-coordinate representation of color #BEE60C: hue angle of 71.01º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEE60C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.10 |
| HSL | 71.01º | 0.9% | 0.47% | - |
| HSV(B) | 71.01º | 0.95% | 0.9% | - |
| XYZ | 49.6 | 67.57 | 10.78 | - |
| YUV | 193.19 | 25.75 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 12 | 0.17 | 0 | 0.95 | 0.10 | 71.01 | 0.9 | 0.47 |
| Hex | BE | E6 | C | 11 | 0 | 5F | A | 47 | 5A | 2F |
| Octal | 276 | 346 | 14 | 21 | 0 | 137 | 12 | 107 | 132 | 57 |
| Binary | 10111110 | 11100110 | 1100 | 10001 | 0 | 1011111 | 1010 | 1000111 | 1011010 | 101111 |
Color Harmonies of #BEE60C
Complementary color
Monochromatic Colors of #BEE60C
Black with #BEE60C
Text Example
Text Example
White with #BEE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE60C; }
p { color: rgb(190,230,12); }
H1.HeaderClassName
{
color: #BEE60C;
}
.AnyTagClassName
{
color: #BEE60C;
}
</style>
background-color css
<style>
a { background-color: #BEE60C; }
a { background-color: rgb(190,230,12); }
div.DivClassName
{
background-color: #BEE60C;
}
.BgClassName
{
background-color: #BEE60C;
}
</style>
border-color css
<style>
span { border-color: #BEE60C; }
span { border-color: rgb(190,230,12); }
td.TdClassName
{
border-color: #BEE60C;
}
.TagClassName
{
border-color: #BEE60C;
}
</style>