Shades of Conifer #BEF546
Tints of Conifer #BEF546
RGB
CMYK
RGB Variations
Color information
#BEF546 (or 0xBEF546) is known color: Conifer. HEX triplet: BE, F5 and 46. RGB value is (190,245,70). Sum of RGB (Red+Green+Blue) = 190+245+70=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF546 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF546 is #410AB9. Grayscale: #D1D1D1. Windows color (decimal): -4262586 or 4650430. OLE color: 4650430.
HSL color Cylindrical-coordinate representation of color #BEF546: hue angle of 78.86º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEF546 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 70 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.04 |
| HSL | 78.86º | 0.9% | 0.62% | - |
| HSV(B) | 78.86º | 0.71% | 0.96% | - |
| XYZ | 54.99 | 76.69 | 17.7 | - |
| YUV | 208.61 | 49.78 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 70 | 0.22 | 0 | 0.71 | 0.04 | 78.86 | 0.9 | 0.62 |
| Hex | BE | F5 | 46 | 16 | 0 | 47 | 4 | 4F | 5A | 3E |
| Octal | 276 | 365 | 106 | 26 | 0 | 107 | 4 | 117 | 132 | 76 |
| Binary | 10111110 | 11110101 | 1000110 | 10110 | 0 | 1000111 | 100 | 1001111 | 1011010 | 111110 |
Color Harmonies of #BEF546
Complementary color
Monochromatic Colors of #BEF546
Black with #BEF546
Text Example
Text Example
White with #BEF546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF546; }
p { color: rgb(190,245,70); }
H1.HeaderClassName
{
color: #BEF546;
}
.AnyTagClassName
{
color: #BEF546;
}
</style>
background-color css
<style>
a { background-color: #BEF546; }
a { background-color: rgb(190,245,70); }
div.DivClassName
{
background-color: #BEF546;
}
.BgClassName
{
background-color: #BEF546;
}
</style>
border-color css
<style>
span { border-color: #BEF546; }
span { border-color: rgb(190,245,70); }
td.TdClassName
{
border-color: #BEF546;
}
.TagClassName
{
border-color: #BEF546;
}
</style>