Shades of Conifer #BEE15A
Tints of Conifer #BEE15A
RGB
CMYK
RGB Variations
Color information
#BEE15A (or 0xBEE15A) is known color: Conifer. HEX triplet: BE, E1 and 5A. RGB value is (190,225,90). Sum of RGB (Red+Green+Blue) = 190+225+90=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE15A is #411EA5. Grayscale: #C7C7C7. Windows color (decimal): -4267686 or 5956030. OLE color: 5956030.
HSL color Cylindrical-coordinate representation of color #BEE15A: hue angle of 75.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEE15A is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 90 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.12 |
| HSL | 75.56º | 0.69% | 0.62% | - |
| HSV(B) | 75.56º | 0.6% | 0.88% | - |
| XYZ | 50.01 | 65.54 | 19.69 | - |
| YUV | 199.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 90 | 0.16 | 0 | 0.60 | 0.12 | 75.56 | 0.69 | 0.62 |
| Hex | BE | E1 | 5A | 10 | 0 | 3C | C | 4C | 45 | 3E |
| Octal | 276 | 341 | 132 | 20 | 0 | 74 | 14 | 114 | 105 | 76 |
| Binary | 10111110 | 11100001 | 1011010 | 10000 | 0 | 111100 | 1100 | 1001100 | 1000101 | 111110 |
Color Harmonies of #BEE15A
Complementary color
Monochromatic Colors of #BEE15A
Black with #BEE15A
Text Example
Text Example
White with #BEE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE15A; }
p { color: rgb(190,225,90); }
H1.HeaderClassName
{
color: #BEE15A;
}
.AnyTagClassName
{
color: #BEE15A;
}
</style>
background-color css
<style>
a { background-color: #BEE15A; }
a { background-color: rgb(190,225,90); }
div.DivClassName
{
background-color: #BEE15A;
}
.BgClassName
{
background-color: #BEE15A;
}
</style>
border-color css
<style>
span { border-color: #BEE15A; }
span { border-color: rgb(190,225,90); }
td.TdClassName
{
border-color: #BEE15A;
}
.TagClassName
{
border-color: #BEE15A;
}
</style>