Shades of Conifer #BEE54A
Tints of Conifer #BEE54A
RGB
CMYK
RGB Variations
Color information
#BEE54A (or 0xBEE54A) is known color: Conifer. HEX triplet: BE, E5 and 4A. RGB value is (190,229,74). Sum of RGB (Red+Green+Blue) = 190+229+74=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE54A is #411AB5. Grayscale: #C8C8C8. Windows color (decimal): -4266678 or 4908478. OLE color: 4908478.
HSL color Cylindrical-coordinate representation of color #BEE54A: hue angle of 75.1º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEE54A is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 74 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.10 |
| HSL | 75.1º | 0.75% | 0.59% | - |
| HSV(B) | 75.1º | 0.68% | 0.9% | - |
| XYZ | 50.49 | 67.48 | 16.84 | - |
| YUV | 199.67 | 57.08 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 74 | 0.17 | 0 | 0.68 | 0.10 | 75.1 | 0.75 | 0.59 |
| Hex | BE | E5 | 4A | 11 | 0 | 44 | A | 4B | 4B | 3B |
| Octal | 276 | 345 | 112 | 21 | 0 | 104 | 12 | 113 | 113 | 73 |
| Binary | 10111110 | 11100101 | 1001010 | 10001 | 0 | 1000100 | 1010 | 1001011 | 1001011 | 111011 |
Color Harmonies of #BEE54A
Complementary color
Monochromatic Colors of #BEE54A
Black with #BEE54A
Text Example
Text Example
White with #BEE54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE54A; }
p { color: rgb(190,229,74); }
H1.HeaderClassName
{
color: #BEE54A;
}
.AnyTagClassName
{
color: #BEE54A;
}
</style>
background-color css
<style>
a { background-color: #BEE54A; }
a { background-color: rgb(190,229,74); }
div.DivClassName
{
background-color: #BEE54A;
}
.BgClassName
{
background-color: #BEE54A;
}
</style>
border-color css
<style>
span { border-color: #BEE54A; }
span { border-color: rgb(190,229,74); }
td.TdClassName
{
border-color: #BEE54A;
}
.TagClassName
{
border-color: #BEE54A;
}
</style>