Shades of Conifer #BEED49
Tints of Conifer #BEED49
RGB
CMYK
RGB Variations
Color information
#BEED49 (or 0xBEED49) is known color: Conifer. HEX triplet: BE, ED and 49. RGB value is (190,237,73). Sum of RGB (Red+Green+Blue) = 190+237+73=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEED49 is #4112B6. Grayscale: #CCCCCC. Windows color (decimal): -4264631 or 4844990. OLE color: 4844990.
HSL color Cylindrical-coordinate representation of color #BEED49: hue angle of 77.2º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEED49 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 73 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.07 |
| HSL | 77.2º | 0.82% | 0.61% | - |
| HSV(B) | 77.2º | 0.69% | 0.93% | - |
| XYZ | 52.72 | 72 | 17.42 | - |
| YUV | 204.25 | 53.93 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 73 | 0.20 | 0 | 0.69 | 0.07 | 77.2 | 0.82 | 0.61 |
| Hex | BE | ED | 49 | 14 | 0 | 45 | 7 | 4D | 52 | 3D |
| Octal | 276 | 355 | 111 | 24 | 0 | 105 | 7 | 115 | 122 | 75 |
| Binary | 10111110 | 11101101 | 1001001 | 10100 | 0 | 1000101 | 111 | 1001101 | 1010010 | 111101 |
Color Harmonies of #BEED49
Complementary color
Monochromatic Colors of #BEED49
Black with #BEED49
Text Example
Text Example
White with #BEED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED49; }
p { color: rgb(190,237,73); }
H1.HeaderClassName
{
color: #BEED49;
}
.AnyTagClassName
{
color: #BEED49;
}
</style>
background-color css
<style>
a { background-color: #BEED49; }
a { background-color: rgb(190,237,73); }
div.DivClassName
{
background-color: #BEED49;
}
.BgClassName
{
background-color: #BEED49;
}
</style>
border-color css
<style>
span { border-color: #BEED49; }
span { border-color: rgb(190,237,73); }
td.TdClassName
{
border-color: #BEED49;
}
.TagClassName
{
border-color: #BEED49;
}
</style>