Shades of Conifer #BEE44D
Tints of Conifer #BEE44D
RGB
CMYK
RGB Variations
Color information
#BEE44D (or 0xBEE44D) is known color: Conifer. HEX triplet: BE, E4 and 4D. RGB value is (190,228,77). Sum of RGB (Red+Green+Blue) = 190+228+77=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE44D is #411BB2. Grayscale: #C7C7C7. Windows color (decimal): -4266931 or 5104830. OLE color: 5104830.
HSL color Cylindrical-coordinate representation of color #BEE44D: hue angle of 75.1º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEE44D is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 77 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.11 |
| HSL | 75.1º | 0.74% | 0.6% | - |
| HSV(B) | 75.1º | 0.66% | 0.89% | - |
| XYZ | 50.32 | 66.97 | 17.3 | - |
| YUV | 199.42 | 58.91 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 77 | 0.17 | 0 | 0.66 | 0.11 | 75.1 | 0.74 | 0.6 |
| Hex | BE | E4 | 4D | 11 | 0 | 42 | B | 4B | 4A | 3C |
| Octal | 276 | 344 | 115 | 21 | 0 | 102 | 13 | 113 | 112 | 74 |
| Binary | 10111110 | 11100100 | 1001101 | 10001 | 0 | 1000010 | 1011 | 1001011 | 1001010 | 111100 |
Color Harmonies of #BEE44D
Complementary color
Monochromatic Colors of #BEE44D
Black with #BEE44D
Text Example
Text Example
White with #BEE44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE44D; }
p { color: rgb(190,228,77); }
H1.HeaderClassName
{
color: #BEE44D;
}
.AnyTagClassName
{
color: #BEE44D;
}
</style>
background-color css
<style>
a { background-color: #BEE44D; }
a { background-color: rgb(190,228,77); }
div.DivClassName
{
background-color: #BEE44D;
}
.BgClassName
{
background-color: #BEE44D;
}
</style>
border-color css
<style>
span { border-color: #BEE44D; }
span { border-color: rgb(190,228,77); }
td.TdClassName
{
border-color: #BEE44D;
}
.TagClassName
{
border-color: #BEE44D;
}
</style>