Shades of Inch Worm #BEE70D
Tints of Inch Worm #BEE70D
RGB
CMYK
RGB Variations
Color information
#BEE70D (or 0xBEE70D) is known color: Inch Worm. HEX triplet: BE, E7 and 0D. RGB value is (190,231,13). Sum of RGB (Red+Green+Blue) = 190+231+13=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 231 (90.62% from 255 or 53.23% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE70D is #4118F2. Grayscale: #C2C2C2. Windows color (decimal): -4266227 or 911294. OLE color: 911294.
HSL color Cylindrical-coordinate representation of color #BEE70D: hue angle of 71.28º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEE70D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.09 |
| HSL | 71.28º | 0.89% | 0.48% | - |
| HSV(B) | 71.28º | 0.94% | 0.91% | - |
| XYZ | 49.88 | 68.13 | 10.9 | - |
| YUV | 193.89 | 25.92 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 13 | 0.18 | 0 | 0.94 | 0.09 | 71.28 | 0.89 | 0.48 |
| Hex | BE | E7 | D | 12 | 0 | 5E | 9 | 47 | 59 | 30 |
| Octal | 276 | 347 | 15 | 22 | 0 | 136 | 11 | 107 | 131 | 60 |
| Binary | 10111110 | 11100111 | 1101 | 10010 | 0 | 1011110 | 1001 | 1000111 | 1011001 | 110000 |
Color Harmonies of #BEE70D
Complementary color
Monochromatic Colors of #BEE70D
Black with #BEE70D
Text Example
Text Example
White with #BEE70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE70D; }
p { color: rgb(190,231,13); }
H1.HeaderClassName
{
color: #BEE70D;
}
.AnyTagClassName
{
color: #BEE70D;
}
</style>
background-color css
<style>
a { background-color: #BEE70D; }
a { background-color: rgb(190,231,13); }
div.DivClassName
{
background-color: #BEE70D;
}
.BgClassName
{
background-color: #BEE70D;
}
</style>
border-color css
<style>
span { border-color: #BEE70D; }
span { border-color: rgb(190,231,13); }
td.TdClassName
{
border-color: #BEE70D;
}
.TagClassName
{
border-color: #BEE70D;
}
</style>