Shades of Conifer #BEE45E
Tints of Conifer #BEE45E
RGB
CMYK
RGB Variations
Color information
#BEE45E (or 0xBEE45E) is known color: Conifer. HEX triplet: BE, E4 and 5E. RGB value is (190,228,94). Sum of RGB (Red+Green+Blue) = 190+228+94=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE45E is #411BA1. Grayscale: #C9C9C9. Windows color (decimal): -4266914 or 6218942. OLE color: 6218942.
HSL color Cylindrical-coordinate representation of color #BEE45E: hue angle of 77.01º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEE45E is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 94 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.11 |
| HSL | 77.01º | 0.71% | 0.63% | - |
| HSV(B) | 77.01º | 0.59% | 0.89% | - |
| XYZ | 51 | 67.24 | 20.88 | - |
| YUV | 201.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 94 | 0.17 | 0 | 0.59 | 0.11 | 77.01 | 0.71 | 0.63 |
| Hex | BE | E4 | 5E | 11 | 0 | 3B | B | 4D | 47 | 3F |
| Octal | 276 | 344 | 136 | 21 | 0 | 73 | 13 | 115 | 107 | 77 |
| Binary | 10111110 | 11100100 | 1011110 | 10001 | 0 | 111011 | 1011 | 1001101 | 1000111 | 111111 |
Color Harmonies of #BEE45E
Complementary color
Monochromatic Colors of #BEE45E
Black with #BEE45E
Text Example
Text Example
White with #BEE45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE45E; }
p { color: rgb(190,228,94); }
H1.HeaderClassName
{
color: #BEE45E;
}
.AnyTagClassName
{
color: #BEE45E;
}
</style>
background-color css
<style>
a { background-color: #BEE45E; }
a { background-color: rgb(190,228,94); }
div.DivClassName
{
background-color: #BEE45E;
}
.BgClassName
{
background-color: #BEE45E;
}
</style>
border-color css
<style>
span { border-color: #BEE45E; }
span { border-color: rgb(190,228,94); }
td.TdClassName
{
border-color: #BEE45E;
}
.TagClassName
{
border-color: #BEE45E;
}
</style>