Shades of Conifer #BEE24D
Tints of Conifer #BEE24D
RGB
CMYK
RGB Variations
Color information
#BEE24D (or 0xBEE24D) is known color: Conifer. HEX triplet: BE, E2 and 4D. RGB value is (190,226,77). Sum of RGB (Red+Green+Blue) = 190+226+77=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE24D is #411DB2. Grayscale: #C6C6C6. Windows color (decimal): -4267443 or 5104318. OLE color: 5104318.
HSL color Cylindrical-coordinate representation of color #BEE24D: hue angle of 74.5º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEE24D is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 77 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.11 |
| HSL | 74.5º | 0.72% | 0.59% | - |
| HSV(B) | 74.5º | 0.66% | 0.89% | - |
| XYZ | 49.77 | 65.88 | 17.11 | - |
| YUV | 198.25 | 59.57 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 77 | 0.16 | 0 | 0.66 | 0.11 | 74.5 | 0.72 | 0.59 |
| Hex | BE | E2 | 4D | 10 | 0 | 42 | B | 4A | 48 | 3B |
| Octal | 276 | 342 | 115 | 20 | 0 | 102 | 13 | 112 | 110 | 73 |
| Binary | 10111110 | 11100010 | 1001101 | 10000 | 0 | 1000010 | 1011 | 1001010 | 1001000 | 111011 |
Color Harmonies of #BEE24D
Complementary color
Monochromatic Colors of #BEE24D
Black with #BEE24D
Text Example
Text Example
White with #BEE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE24D; }
p { color: rgb(190,226,77); }
H1.HeaderClassName
{
color: #BEE24D;
}
.AnyTagClassName
{
color: #BEE24D;
}
</style>
background-color css
<style>
a { background-color: #BEE24D; }
a { background-color: rgb(190,226,77); }
div.DivClassName
{
background-color: #BEE24D;
}
.BgClassName
{
background-color: #BEE24D;
}
</style>
border-color css
<style>
span { border-color: #BEE24D; }
span { border-color: rgb(190,226,77); }
td.TdClassName
{
border-color: #BEE24D;
}
.TagClassName
{
border-color: #BEE24D;
}
</style>