Shades of Conifer #BEE94A
Tints of Conifer #BEE94A
RGB
CMYK
RGB Variations
Color information
#BEE94A (or 0xBEE94A) is known color: Conifer. HEX triplet: BE, E9 and 4A. RGB value is (190,233,74). Sum of RGB (Red+Green+Blue) = 190+233+74=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE94A is #4116B5. Grayscale: #CACACA. Windows color (decimal): -4265654 or 4909502. OLE color: 4909502.
HSL color Cylindrical-coordinate representation of color #BEE94A: hue angle of 76.23º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEE94A is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 74 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.09 |
| HSL | 76.23º | 0.78% | 0.6% | - |
| HSV(B) | 76.23º | 0.68% | 0.91% | - |
| XYZ | 51.61 | 69.72 | 17.22 | - |
| YUV | 202.02 | 55.75 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 74 | 0.18 | 0 | 0.68 | 0.09 | 76.23 | 0.78 | 0.6 |
| Hex | BE | E9 | 4A | 12 | 0 | 44 | 9 | 4C | 4E | 3C |
| Octal | 276 | 351 | 112 | 22 | 0 | 104 | 11 | 114 | 116 | 74 |
| Binary | 10111110 | 11101001 | 1001010 | 10010 | 0 | 1000100 | 1001 | 1001100 | 1001110 | 111100 |
Color Harmonies of #BEE94A
Complementary color
Monochromatic Colors of #BEE94A
Black with #BEE94A
Text Example
Text Example
White with #BEE94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE94A; }
p { color: rgb(190,233,74); }
H1.HeaderClassName
{
color: #BEE94A;
}
.AnyTagClassName
{
color: #BEE94A;
}
</style>
background-color css
<style>
a { background-color: #BEE94A; }
a { background-color: rgb(190,233,74); }
div.DivClassName
{
background-color: #BEE94A;
}
.BgClassName
{
background-color: #BEE94A;
}
</style>
border-color css
<style>
span { border-color: #BEE94A; }
span { border-color: rgb(190,233,74); }
td.TdClassName
{
border-color: #BEE94A;
}
.TagClassName
{
border-color: #BEE94A;
}
</style>