Shades of Inch Worm #BEE70C
Tints of Inch Worm #BEE70C
RGB
CMYK
RGB Variations
Color information
#BEE70C (or 0xBEE70C) is known color: Inch Worm. HEX triplet: BE, E7 and 0C. RGB value is (190,231,12). Sum of RGB (Red+Green+Blue) = 190+231+12=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 231 (90.62% from 255 or 53.35% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE70C is #4118F3. Grayscale: #C2C2C2. Windows color (decimal): -4266228 or 845758. OLE color: 845758.
HSL color Cylindrical-coordinate representation of color #BEE70C: hue angle of 71.23º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEE70C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 12 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.09 |
| HSL | 71.23º | 0.9% | 0.48% | - |
| HSV(B) | 71.23º | 0.95% | 0.91% | - |
| XYZ | 49.88 | 68.13 | 10.87 | - |
| YUV | 193.78 | 25.42 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 12 | 0.18 | 0 | 0.95 | 0.09 | 71.23 | 0.9 | 0.48 |
| Hex | BE | E7 | C | 12 | 0 | 5F | 9 | 47 | 5A | 30 |
| Octal | 276 | 347 | 14 | 22 | 0 | 137 | 11 | 107 | 132 | 60 |
| Binary | 10111110 | 11100111 | 1100 | 10010 | 0 | 1011111 | 1001 | 1000111 | 1011010 | 110000 |
Color Harmonies of #BEE70C
Complementary color
Monochromatic Colors of #BEE70C
Black with #BEE70C
Text Example
Text Example
White with #BEE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE70C; }
p { color: rgb(190,231,12); }
H1.HeaderClassName
{
color: #BEE70C;
}
.AnyTagClassName
{
color: #BEE70C;
}
</style>
background-color css
<style>
a { background-color: #BEE70C; }
a { background-color: rgb(190,231,12); }
div.DivClassName
{
background-color: #BEE70C;
}
.BgClassName
{
background-color: #BEE70C;
}
</style>
border-color css
<style>
span { border-color: #BEE70C; }
span { border-color: rgb(190,231,12); }
td.TdClassName
{
border-color: #BEE70C;
}
.TagClassName
{
border-color: #BEE70C;
}
</style>