Shades of Conifer #BEF549
Tints of Conifer #BEF549
RGB
CMYK
RGB Variations
Color information
#BEF549 (or 0xBEF549) is known color: Conifer. HEX triplet: BE, F5 and 49. RGB value is (190,245,73). Sum of RGB (Red+Green+Blue) = 190+245+73=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF549 is #410AB6. Grayscale: #D1D1D1. Windows color (decimal): -4262583 or 4847038. OLE color: 4847038.
HSL color Cylindrical-coordinate representation of color #BEF549: hue angle of 79.19º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEF549 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 73 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.04 |
| HSL | 79.19º | 0.9% | 0.62% | - |
| HSV(B) | 79.19º | 0.7% | 0.96% | - |
| XYZ | 55.09 | 76.73 | 18.21 | - |
| YUV | 208.95 | 51.28 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 73 | 0.22 | 0 | 0.70 | 0.04 | 79.19 | 0.9 | 0.62 |
| Hex | BE | F5 | 49 | 16 | 0 | 46 | 4 | 4F | 5A | 3E |
| Octal | 276 | 365 | 111 | 26 | 0 | 106 | 4 | 117 | 132 | 76 |
| Binary | 10111110 | 11110101 | 1001001 | 10110 | 0 | 1000110 | 100 | 1001111 | 1011010 | 111110 |
Color Harmonies of #BEF549
Complementary color
Monochromatic Colors of #BEF549
Black with #BEF549
Text Example
Text Example
White with #BEF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF549; }
p { color: rgb(190,245,73); }
H1.HeaderClassName
{
color: #BEF549;
}
.AnyTagClassName
{
color: #BEF549;
}
</style>
background-color css
<style>
a { background-color: #BEF549; }
a { background-color: rgb(190,245,73); }
div.DivClassName
{
background-color: #BEF549;
}
.BgClassName
{
background-color: #BEF549;
}
</style>
border-color css
<style>
span { border-color: #BEF549; }
span { border-color: rgb(190,245,73); }
td.TdClassName
{
border-color: #BEF549;
}
.TagClassName
{
border-color: #BEF549;
}
</style>