Shades of Conifer #BEE04A
Tints of Conifer #BEE04A
RGB
CMYK
RGB Variations
Color information
#BEE04A (or 0xBEE04A) is known color: Conifer. HEX triplet: BE, E0 and 4A. RGB value is (190,224,74). Sum of RGB (Red+Green+Blue) = 190+224+74=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE04A is #411FB5. Grayscale: #C5C5C5. Windows color (decimal): -4267958 or 4907198. OLE color: 4907198.
HSL color Cylindrical-coordinate representation of color #BEE04A: hue angle of 73.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEE04A is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 74 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.12 |
| HSL | 73.6º | 0.71% | 0.58% | - |
| HSV(B) | 73.6º | 0.67% | 0.88% | - |
| XYZ | 49.13 | 64.75 | 16.39 | - |
| YUV | 196.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 74 | 0.15 | 0 | 0.67 | 0.12 | 73.6 | 0.71 | 0.58 |
| Hex | BE | E0 | 4A | F | 0 | 43 | C | 4A | 47 | 3A |
| Octal | 276 | 340 | 112 | 17 | 0 | 103 | 14 | 112 | 107 | 72 |
| Binary | 10111110 | 11100000 | 1001010 | 1111 | 0 | 1000011 | 1100 | 1001010 | 1000111 | 111010 |
Color Harmonies of #BEE04A
Complementary color
Monochromatic Colors of #BEE04A
Black with #BEE04A
Text Example
Text Example
White with #BEE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE04A; }
p { color: rgb(190,224,74); }
H1.HeaderClassName
{
color: #BEE04A;
}
.AnyTagClassName
{
color: #BEE04A;
}
</style>
background-color css
<style>
a { background-color: #BEE04A; }
a { background-color: rgb(190,224,74); }
div.DivClassName
{
background-color: #BEE04A;
}
.BgClassName
{
background-color: #BEE04A;
}
</style>
border-color css
<style>
span { border-color: #BEE04A; }
span { border-color: rgb(190,224,74); }
td.TdClassName
{
border-color: #BEE04A;
}
.TagClassName
{
border-color: #BEE04A;
}
</style>