Shades of Conifer #BEE35E
Tints of Conifer #BEE35E
RGB
CMYK
RGB Variations
Color information
#BEE35E (or 0xBEE35E) is known color: Conifer. HEX triplet: BE, E3 and 5E. RGB value is (190,227,94). Sum of RGB (Red+Green+Blue) = 190+227+94=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE35E is #411CA1. Grayscale: #C9C9C9. Windows color (decimal): -4267170 or 6218686. OLE color: 6218686.
HSL color Cylindrical-coordinate representation of color #BEE35E: hue angle of 76.69º degrees, saturation: 0.7, 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 #BEE35E is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 94 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.11 |
| HSL | 76.69º | 0.7% | 0.63% | - |
| HSV(B) | 76.69º | 0.59% | 0.89% | - |
| XYZ | 50.72 | 66.69 | 20.79 | - |
| YUV | 200.78 | 67.74 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 94 | 0.16 | 0 | 0.59 | 0.11 | 76.69 | 0.7 | 0.63 |
| Hex | BE | E3 | 5E | 10 | 0 | 3B | B | 4D | 46 | 3F |
| Octal | 276 | 343 | 136 | 20 | 0 | 73 | 13 | 115 | 106 | 77 |
| Binary | 10111110 | 11100011 | 1011110 | 10000 | 0 | 111011 | 1011 | 1001101 | 1000110 | 111111 |
Color Harmonies of #BEE35E
Complementary color
Monochromatic Colors of #BEE35E
Black with #BEE35E
Text Example
Text Example
White with #BEE35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE35E; }
p { color: rgb(190,227,94); }
H1.HeaderClassName
{
color: #BEE35E;
}
.AnyTagClassName
{
color: #BEE35E;
}
</style>
background-color css
<style>
a { background-color: #BEE35E; }
a { background-color: rgb(190,227,94); }
div.DivClassName
{
background-color: #BEE35E;
}
.BgClassName
{
background-color: #BEE35E;
}
</style>
border-color css
<style>
span { border-color: #BEE35E; }
span { border-color: rgb(190,227,94); }
td.TdClassName
{
border-color: #BEE35E;
}
.TagClassName
{
border-color: #BEE35E;
}
</style>