Shades of Conifer #BEE34A
Tints of Conifer #BEE34A
RGB
CMYK
RGB Variations
Color information
#BEE34A (or 0xBEE34A) is known color: Conifer. HEX triplet: BE, E3 and 4A. RGB value is (190,227,74). Sum of RGB (Red+Green+Blue) = 190+227+74=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE34A is #411CB5. Grayscale: #C7C7C7. Windows color (decimal): -4267190 or 4907966. OLE color: 4907966.
HSL color Cylindrical-coordinate representation of color #BEE34A: hue angle of 74.51º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEE34A is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 74 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.11 |
| HSL | 74.51º | 0.73% | 0.59% | - |
| HSV(B) | 74.51º | 0.67% | 0.89% | - |
| XYZ | 49.94 | 66.38 | 16.66 | - |
| YUV | 198.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 74 | 0.16 | 0 | 0.67 | 0.11 | 74.51 | 0.73 | 0.59 |
| Hex | BE | E3 | 4A | 10 | 0 | 43 | B | 4B | 49 | 3B |
| Octal | 276 | 343 | 112 | 20 | 0 | 103 | 13 | 113 | 111 | 73 |
| Binary | 10111110 | 11100011 | 1001010 | 10000 | 0 | 1000011 | 1011 | 1001011 | 1001001 | 111011 |
Color Harmonies of #BEE34A
Complementary color
Monochromatic Colors of #BEE34A
Black with #BEE34A
Text Example
Text Example
White with #BEE34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE34A; }
p { color: rgb(190,227,74); }
H1.HeaderClassName
{
color: #BEE34A;
}
.AnyTagClassName
{
color: #BEE34A;
}
</style>
background-color css
<style>
a { background-color: #BEE34A; }
a { background-color: rgb(190,227,74); }
div.DivClassName
{
background-color: #BEE34A;
}
.BgClassName
{
background-color: #BEE34A;
}
</style>
border-color css
<style>
span { border-color: #BEE34A; }
span { border-color: rgb(190,227,74); }
td.TdClassName
{
border-color: #BEE34A;
}
.TagClassName
{
border-color: #BEE34A;
}
</style>