Shades of Conifer #BEE45A
Tints of Conifer #BEE45A
RGB
CMYK
RGB Variations
Color information
#BEE45A (or 0xBEE45A) is known color: Conifer. HEX triplet: BE, E4 and 5A. RGB value is (190,228,90). Sum of RGB (Red+Green+Blue) = 190+228+90=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE45A is #411BA5. Grayscale: #C9C9C9. Windows color (decimal): -4266918 or 5956798. OLE color: 5956798.
HSL color Cylindrical-coordinate representation of color #BEE45A: hue angle of 76.52º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEE45A is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 90 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.11 |
| HSL | 76.52º | 0.72% | 0.62% | - |
| HSV(B) | 76.52º | 0.61% | 0.89% | - |
| XYZ | 50.82 | 67.17 | 19.96 | - |
| YUV | 200.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 90 | 0.17 | 0 | 0.61 | 0.11 | 76.52 | 0.72 | 0.62 |
| Hex | BE | E4 | 5A | 11 | 0 | 3D | B | 4D | 48 | 3E |
| Octal | 276 | 344 | 132 | 21 | 0 | 75 | 13 | 115 | 110 | 76 |
| Binary | 10111110 | 11100100 | 1011010 | 10001 | 0 | 111101 | 1011 | 1001101 | 1001000 | 111110 |
Color Harmonies of #BEE45A
Complementary color
Monochromatic Colors of #BEE45A
Black with #BEE45A
Text Example
Text Example
White with #BEE45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE45A; }
p { color: rgb(190,228,90); }
H1.HeaderClassName
{
color: #BEE45A;
}
.AnyTagClassName
{
color: #BEE45A;
}
</style>
background-color css
<style>
a { background-color: #BEE45A; }
a { background-color: rgb(190,228,90); }
div.DivClassName
{
background-color: #BEE45A;
}
.BgClassName
{
background-color: #BEE45A;
}
</style>
border-color css
<style>
span { border-color: #BEE45A; }
span { border-color: rgb(190,228,90); }
td.TdClassName
{
border-color: #BEE45A;
}
.TagClassName
{
border-color: #BEE45A;
}
</style>