Shades of Conifer #BEE44C
Tints of Conifer #BEE44C
RGB
CMYK
RGB Variations
Color information
#BEE44C (or 0xBEE44C) is known color: Conifer. HEX triplet: BE, E4 and 4C. RGB value is (190,228,76). Sum of RGB (Red+Green+Blue) = 190+228+76=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE44C is #411BB3. Grayscale: #C7C7C7. Windows color (decimal): -4266932 or 5039294. OLE color: 5039294.
HSL color Cylindrical-coordinate representation of color #BEE44C: hue angle of 75º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEE44C is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 76 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.11 |
| HSL | 75º | 0.74% | 0.6% | - |
| HSV(B) | 75º | 0.67% | 0.89% | - |
| XYZ | 50.28 | 66.96 | 17.11 | - |
| YUV | 199.31 | 58.41 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 76 | 0.17 | 0 | 0.67 | 0.11 | 75 | 0.74 | 0.6 |
| Hex | BE | E4 | 4C | 11 | 0 | 43 | B | 4B | 4A | 3C |
| Octal | 276 | 344 | 114 | 21 | 0 | 103 | 13 | 113 | 112 | 74 |
| Binary | 10111110 | 11100100 | 1001100 | 10001 | 0 | 1000011 | 1011 | 1001011 | 1001010 | 111100 |
Color Harmonies of #BEE44C
Complementary color
Monochromatic Colors of #BEE44C
Black with #BEE44C
Text Example
Text Example
White with #BEE44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE44C; }
p { color: rgb(190,228,76); }
H1.HeaderClassName
{
color: #BEE44C;
}
.AnyTagClassName
{
color: #BEE44C;
}
</style>
background-color css
<style>
a { background-color: #BEE44C; }
a { background-color: rgb(190,228,76); }
div.DivClassName
{
background-color: #BEE44C;
}
.BgClassName
{
background-color: #BEE44C;
}
</style>
border-color css
<style>
span { border-color: #BEE44C; }
span { border-color: rgb(190,228,76); }
td.TdClassName
{
border-color: #BEE44C;
}
.TagClassName
{
border-color: #BEE44C;
}
</style>