Shades of Conifer #BEE35A
Tints of Conifer #BEE35A
RGB
CMYK
RGB Variations
Color information
#BEE35A (or 0xBEE35A) is known color: Conifer. HEX triplet: BE, E3 and 5A. RGB value is (190,227,90). Sum of RGB (Red+Green+Blue) = 190+227+90=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE35A is #411CA5. Grayscale: #C8C8C8. Windows color (decimal): -4267174 or 5956542. OLE color: 5956542.
HSL color Cylindrical-coordinate representation of color #BEE35A: hue angle of 76.2º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEE35A is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 90 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.11 |
| HSL | 76.2º | 0.71% | 0.62% | - |
| HSV(B) | 76.2º | 0.6% | 0.89% | - |
| XYZ | 50.55 | 66.62 | 19.87 | - |
| YUV | 200.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 90 | 0.16 | 0 | 0.60 | 0.11 | 76.2 | 0.71 | 0.62 |
| Hex | BE | E3 | 5A | 10 | 0 | 3C | B | 4C | 47 | 3E |
| Octal | 276 | 343 | 132 | 20 | 0 | 74 | 13 | 114 | 107 | 76 |
| Binary | 10111110 | 11100011 | 1011010 | 10000 | 0 | 111100 | 1011 | 1001100 | 1000111 | 111110 |
Color Harmonies of #BEE35A
Complementary color
Monochromatic Colors of #BEE35A
Black with #BEE35A
Text Example
Text Example
White with #BEE35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE35A; }
p { color: rgb(190,227,90); }
H1.HeaderClassName
{
color: #BEE35A;
}
.AnyTagClassName
{
color: #BEE35A;
}
</style>
background-color css
<style>
a { background-color: #BEE35A; }
a { background-color: rgb(190,227,90); }
div.DivClassName
{
background-color: #BEE35A;
}
.BgClassName
{
background-color: #BEE35A;
}
</style>
border-color css
<style>
span { border-color: #BEE35A; }
span { border-color: rgb(190,227,90); }
td.TdClassName
{
border-color: #BEE35A;
}
.TagClassName
{
border-color: #BEE35A;
}
</style>