Shades of Conifer #BEE849
Tints of Conifer #BEE849
RGB
CMYK
RGB Variations
Color information
#BEE849 (or 0xBEE849) is known color: Conifer. HEX triplet: BE, E8 and 49. RGB value is (190,232,73). Sum of RGB (Red+Green+Blue) = 190+232+73=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE849 is #4117B6. Grayscale: #C9C9C9. Windows color (decimal): -4265911 or 4843710. OLE color: 4843710.
HSL color Cylindrical-coordinate representation of color #BEE849: hue angle of 75.85º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEE849 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 73 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.09 |
| HSL | 75.85º | 0.78% | 0.6% | - |
| HSV(B) | 75.85º | 0.69% | 0.91% | - |
| XYZ | 51.29 | 69.14 | 16.95 | - |
| YUV | 201.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 73 | 0.18 | 0 | 0.69 | 0.09 | 75.85 | 0.78 | 0.6 |
| Hex | BE | E8 | 49 | 12 | 0 | 45 | 9 | 4C | 4E | 3C |
| Octal | 276 | 350 | 111 | 22 | 0 | 105 | 11 | 114 | 116 | 74 |
| Binary | 10111110 | 11101000 | 1001001 | 10010 | 0 | 1000101 | 1001 | 1001100 | 1001110 | 111100 |
Color Harmonies of #BEE849
Complementary color
Monochromatic Colors of #BEE849
Black with #BEE849
Text Example
Text Example
White with #BEE849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE849; }
p { color: rgb(190,232,73); }
H1.HeaderClassName
{
color: #BEE849;
}
.AnyTagClassName
{
color: #BEE849;
}
</style>
background-color css
<style>
a { background-color: #BEE849; }
a { background-color: rgb(190,232,73); }
div.DivClassName
{
background-color: #BEE849;
}
.BgClassName
{
background-color: #BEE849;
}
</style>
border-color css
<style>
span { border-color: #BEE849; }
span { border-color: rgb(190,232,73); }
td.TdClassName
{
border-color: #BEE849;
}
.TagClassName
{
border-color: #BEE849;
}
</style>