Shades of Conifer #BEF649
Tints of Conifer #BEF649
RGB
CMYK
RGB Variations
Color information
#BEF649 (or 0xBEF649) is known color: Conifer. HEX triplet: BE, F6 and 49. RGB value is (190,246,73). Sum of RGB (Red+Green+Blue) = 190+246+73=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF649 is #4109B6. Grayscale: #D2D2D2. Windows color (decimal): -4262327 or 4847294. OLE color: 4847294.
HSL color Cylindrical-coordinate representation of color #BEF649: hue angle of 79.42º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEF649 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 73 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.04 |
| HSL | 79.42º | 0.91% | 0.63% | - |
| HSV(B) | 79.42º | 0.7% | 0.96% | - |
| XYZ | 55.39 | 77.34 | 18.31 | - |
| YUV | 209.53 | 50.95 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 73 | 0.23 | 0 | 0.70 | 0.04 | 79.42 | 0.91 | 0.63 |
| Hex | BE | F6 | 49 | 17 | 0 | 46 | 4 | 4F | 5B | 3F |
| Octal | 276 | 366 | 111 | 27 | 0 | 106 | 4 | 117 | 133 | 77 |
| Binary | 10111110 | 11110110 | 1001001 | 10111 | 0 | 1000110 | 100 | 1001111 | 1011011 | 111111 |
Color Harmonies of #BEF649
Complementary color
Monochromatic Colors of #BEF649
Black with #BEF649
Text Example
Text Example
White with #BEF649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF649; }
p { color: rgb(190,246,73); }
H1.HeaderClassName
{
color: #BEF649;
}
.AnyTagClassName
{
color: #BEF649;
}
</style>
background-color css
<style>
a { background-color: #BEF649; }
a { background-color: rgb(190,246,73); }
div.DivClassName
{
background-color: #BEF649;
}
.BgClassName
{
background-color: #BEF649;
}
</style>
border-color css
<style>
span { border-color: #BEF649; }
span { border-color: rgb(190,246,73); }
td.TdClassName
{
border-color: #BEF649;
}
.TagClassName
{
border-color: #BEF649;
}
</style>