Shades of Conifer #BEE460
Tints of Conifer #BEE460
RGB
CMYK
RGB Variations
Color information
#BEE460 (or 0xBEE460) is known color: Conifer. HEX triplet: BE, E4 and 60. RGB value is (190,228,96). Sum of RGB (Red+Green+Blue) = 190+228+96=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE460 is #411B9F. Grayscale: #CACACA. Windows color (decimal): -4266912 or 6350014. OLE color: 6350014.
HSL color Cylindrical-coordinate representation of color #BEE460: hue angle of 77.27º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEE460 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 96 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.11 |
| HSL | 77.27º | 0.71% | 0.64% | - |
| HSV(B) | 77.27º | 0.58% | 0.89% | - |
| XYZ | 51.09 | 67.28 | 21.36 | - |
| YUV | 201.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 96 | 0.17 | 0 | 0.58 | 0.11 | 77.27 | 0.71 | 0.64 |
| Hex | BE | E4 | 60 | 11 | 0 | 3A | B | 4D | 47 | 40 |
| Octal | 276 | 344 | 140 | 21 | 0 | 72 | 13 | 115 | 107 | 100 |
| Binary | 10111110 | 11100100 | 1100000 | 10001 | 0 | 111010 | 1011 | 1001101 | 1000111 | 1000000 |
Color Harmonies of #BEE460
Complementary color
Monochromatic Colors of #BEE460
Black with #BEE460
Text Example
Text Example
White with #BEE460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE460; }
p { color: rgb(190,228,96); }
H1.HeaderClassName
{
color: #BEE460;
}
.AnyTagClassName
{
color: #BEE460;
}
</style>
background-color css
<style>
a { background-color: #BEE460; }
a { background-color: rgb(190,228,96); }
div.DivClassName
{
background-color: #BEE460;
}
.BgClassName
{
background-color: #BEE460;
}
</style>
border-color css
<style>
span { border-color: #BEE460; }
span { border-color: rgb(190,228,96); }
td.TdClassName
{
border-color: #BEE460;
}
.TagClassName
{
border-color: #BEE460;
}
</style>