Shades of Inch Worm #BEE700
Tints of Inch Worm #BEE700
RGB
CMYK
RGB Variations
Color information
#BEE700 (or 0xBEE700) is known color: Inch Worm. HEX triplet: BE, E7 and 00. RGB value is (190,231,0). Sum of RGB (Red+Green+Blue) = 190+231+0=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 231 (90.62% from 255 or 54.87% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE700 is #4118FF. Grayscale: #C1C1C1. Windows color (decimal): -4266240 or 59326. OLE color: 59326.
HSL color Cylindrical-coordinate representation of color #BEE700: hue angle of 70.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEE700 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.09 |
| HSL | 70.65º | 1% | 0.45% | - |
| HSV(B) | 70.65º | 1% | 0.91% | - |
| XYZ | 49.81 | 68.1 | 10.52 | - |
| YUV | 192.41 | 19.42 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 0 | 0.18 | 0 | 1 | 0.09 | 70.65 | 1 | 0.45 |
| Hex | BE | E7 | 0 | 12 | 0 | 64 | 9 | 47 | 64 | 2D |
| Octal | 276 | 347 | 0 | 22 | 0 | 144 | 11 | 107 | 144 | 55 |
| Binary | 10111110 | 11100111 | 0 | 10010 | 0 | 1100100 | 1001 | 1000111 | 1100100 | 101101 |
Color Harmonies of #BEE700
Complementary color
Monochromatic Colors of #BEE700
Black with #BEE700
Text Example
Text Example
White with #BEE700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE700; }
p { color: rgb(190,231,0); }
H1.HeaderClassName
{
color: #BEE700;
}
.AnyTagClassName
{
color: #BEE700;
}
</style>
background-color css
<style>
a { background-color: #BEE700; }
a { background-color: rgb(190,231,0); }
div.DivClassName
{
background-color: #BEE700;
}
.BgClassName
{
background-color: #BEE700;
}
</style>
border-color css
<style>
span { border-color: #BEE700; }
span { border-color: rgb(190,231,0); }
td.TdClassName
{
border-color: #BEE700;
}
.TagClassName
{
border-color: #BEE700;
}
</style>