Shades of Conifer #BEE04F
Tints of Conifer #BEE04F
RGB
CMYK
RGB Variations
Color information
#BEE04F (or 0xBEE04F) is known color: Conifer. HEX triplet: BE, E0 and 4F. RGB value is (190,224,79). Sum of RGB (Red+Green+Blue) = 190+224+79=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE04F is #411FB0. Grayscale: #C5C5C5. Windows color (decimal): -4267953 or 5234878. OLE color: 5234878.
HSL color Cylindrical-coordinate representation of color #BEE04F: hue angle of 74.07º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEE04F is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 79 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.12 |
| HSL | 74.07º | 0.7% | 0.59% | - |
| HSV(B) | 74.07º | 0.65% | 0.88% | - |
| XYZ | 49.3 | 64.82 | 17.31 | - |
| YUV | 197.3 | 61.24 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 79 | 0.15 | 0 | 0.65 | 0.12 | 74.07 | 0.7 | 0.59 |
| Hex | BE | E0 | 4F | F | 0 | 41 | C | 4A | 46 | 3B |
| Octal | 276 | 340 | 117 | 17 | 0 | 101 | 14 | 112 | 106 | 73 |
| Binary | 10111110 | 11100000 | 1001111 | 1111 | 0 | 1000001 | 1100 | 1001010 | 1000110 | 111011 |
Color Harmonies of #BEE04F
Complementary color
Monochromatic Colors of #BEE04F
Black with #BEE04F
Text Example
Text Example
White with #BEE04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE04F; }
p { color: rgb(190,224,79); }
H1.HeaderClassName
{
color: #BEE04F;
}
.AnyTagClassName
{
color: #BEE04F;
}
</style>
background-color css
<style>
a { background-color: #BEE04F; }
a { background-color: rgb(190,224,79); }
div.DivClassName
{
background-color: #BEE04F;
}
.BgClassName
{
background-color: #BEE04F;
}
</style>
border-color css
<style>
span { border-color: #BEE04F; }
span { border-color: rgb(190,224,79); }
td.TdClassName
{
border-color: #BEE04F;
}
.TagClassName
{
border-color: #BEE04F;
}
</style>