Shades of Conifer #BEE05A
Tints of Conifer #BEE05A
RGB
CMYK
RGB Variations
Color information
#BEE05A (or 0xBEE05A) is known color: Conifer. HEX triplet: BE, E0 and 5A. RGB value is (190,224,90). Sum of RGB (Red+Green+Blue) = 190+224+90=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE05A is #411FA5. Grayscale: #C7C7C7. Windows color (decimal): -4267942 or 5955774. OLE color: 5955774.
HSL color Cylindrical-coordinate representation of color #BEE05A: hue angle of 75.22º degrees, saturation: 0.68, 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 #BEE05A is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 90 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.12 |
| HSL | 75.22º | 0.68% | 0.62% | - |
| HSV(B) | 75.22º | 0.6% | 0.88% | - |
| XYZ | 49.74 | 65 | 19.6 | - |
| YUV | 198.56 | 66.74 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 90 | 0.15 | 0 | 0.60 | 0.12 | 75.22 | 0.68 | 0.62 |
| Hex | BE | E0 | 5A | F | 0 | 3C | C | 4B | 44 | 3E |
| Octal | 276 | 340 | 132 | 17 | 0 | 74 | 14 | 113 | 104 | 76 |
| Binary | 10111110 | 11100000 | 1011010 | 1111 | 0 | 111100 | 1100 | 1001011 | 1000100 | 111110 |
Color Harmonies of #BEE05A
Complementary color
Monochromatic Colors of #BEE05A
Black with #BEE05A
Text Example
Text Example
White with #BEE05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE05A; }
p { color: rgb(190,224,90); }
H1.HeaderClassName
{
color: #BEE05A;
}
.AnyTagClassName
{
color: #BEE05A;
}
</style>
background-color css
<style>
a { background-color: #BEE05A; }
a { background-color: rgb(190,224,90); }
div.DivClassName
{
background-color: #BEE05A;
}
.BgClassName
{
background-color: #BEE05A;
}
</style>
border-color css
<style>
span { border-color: #BEE05A; }
span { border-color: rgb(190,224,90); }
td.TdClassName
{
border-color: #BEE05A;
}
.TagClassName
{
border-color: #BEE05A;
}
</style>