Shades of Conifer #BEE44A
Tints of Conifer #BEE44A
RGB
CMYK
RGB Variations
Color information
#BEE44A (or 0xBEE44A) is known color: Conifer. HEX triplet: BE, E4 and 4A. RGB value is (190,228,74). Sum of RGB (Red+Green+Blue) = 190+228+74=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE44A is #411BB5. Grayscale: #C7C7C7. Windows color (decimal): -4266934 or 4908222. OLE color: 4908222.
HSL color Cylindrical-coordinate representation of color #BEE44A: hue angle of 74.81º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEE44A is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 74 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.11 |
| HSL | 74.81º | 0.74% | 0.59% | - |
| HSV(B) | 74.81º | 0.68% | 0.89% | - |
| XYZ | 50.21 | 66.93 | 16.75 | - |
| YUV | 199.08 | 57.41 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 74 | 0.17 | 0 | 0.68 | 0.11 | 74.81 | 0.74 | 0.59 |
| Hex | BE | E4 | 4A | 11 | 0 | 44 | B | 4B | 4A | 3B |
| Octal | 276 | 344 | 112 | 21 | 0 | 104 | 13 | 113 | 112 | 73 |
| Binary | 10111110 | 11100100 | 1001010 | 10001 | 0 | 1000100 | 1011 | 1001011 | 1001010 | 111011 |
Color Harmonies of #BEE44A
Complementary color
Monochromatic Colors of #BEE44A
Black with #BEE44A
Text Example
Text Example
White with #BEE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE44A; }
p { color: rgb(190,228,74); }
H1.HeaderClassName
{
color: #BEE44A;
}
.AnyTagClassName
{
color: #BEE44A;
}
</style>
background-color css
<style>
a { background-color: #BEE44A; }
a { background-color: rgb(190,228,74); }
div.DivClassName
{
background-color: #BEE44A;
}
.BgClassName
{
background-color: #BEE44A;
}
</style>
border-color css
<style>
span { border-color: #BEE44A; }
span { border-color: rgb(190,228,74); }
td.TdClassName
{
border-color: #BEE44A;
}
.TagClassName
{
border-color: #BEE44A;
}
</style>