Shades of Conifer #BEE449
Tints of Conifer #BEE449
RGB
CMYK
RGB Variations
Color information
#BEE449 (or 0xBEE449) is known color: Conifer. HEX triplet: BE, E4 and 49. RGB value is (190,228,73). Sum of RGB (Red+Green+Blue) = 190+228+73=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE449 is #411BB6. Grayscale: #C7C7C7. Windows color (decimal): -4266935 or 4842686. OLE color: 4842686.
HSL color Cylindrical-coordinate representation of color #BEE449: hue angle of 74.71º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEE449 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 73 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.11 |
| HSL | 74.71º | 0.74% | 0.59% | - |
| HSV(B) | 74.71º | 0.68% | 0.89% | - |
| XYZ | 50.18 | 66.91 | 16.57 | - |
| YUV | 198.97 | 56.91 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 73 | 0.17 | 0 | 0.68 | 0.11 | 74.71 | 0.74 | 0.59 |
| Hex | BE | E4 | 49 | 11 | 0 | 44 | B | 4B | 4A | 3B |
| Octal | 276 | 344 | 111 | 21 | 0 | 104 | 13 | 113 | 112 | 73 |
| Binary | 10111110 | 11100100 | 1001001 | 10001 | 0 | 1000100 | 1011 | 1001011 | 1001010 | 111011 |
Color Harmonies of #BEE449
Complementary color
Monochromatic Colors of #BEE449
Black with #BEE449
Text Example
Text Example
White with #BEE449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE449; }
p { color: rgb(190,228,73); }
H1.HeaderClassName
{
color: #BEE449;
}
.AnyTagClassName
{
color: #BEE449;
}
</style>
background-color css
<style>
a { background-color: #BEE449; }
a { background-color: rgb(190,228,73); }
div.DivClassName
{
background-color: #BEE449;
}
.BgClassName
{
background-color: #BEE449;
}
</style>
border-color css
<style>
span { border-color: #BEE449; }
span { border-color: rgb(190,228,73); }
td.TdClassName
{
border-color: #BEE449;
}
.TagClassName
{
border-color: #BEE449;
}
</style>