Shades of Conifer #BEE465
Tints of Conifer #BEE465
RGB
CMYK
RGB Variations
Color information
#BEE465 (or 0xBEE465) is known color: Conifer. HEX triplet: BE, E4 and 65. RGB value is (190,228,101). Sum of RGB (Red+Green+Blue) = 190+228+101=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE465 is #411B9A. Grayscale: #CACACA. Windows color (decimal): -4266907 or 6677694. OLE color: 6677694.
HSL color Cylindrical-coordinate representation of color #BEE465: hue angle of 77.95º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEE465 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 101 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.11 |
| HSL | 77.95º | 0.7% | 0.65% | - |
| HSV(B) | 77.95º | 0.56% | 0.89% | - |
| XYZ | 51.33 | 67.37 | 22.61 | - |
| YUV | 202.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 101 | 0.17 | 0 | 0.56 | 0.11 | 77.95 | 0.7 | 0.65 |
| Hex | BE | E4 | 65 | 11 | 0 | 38 | B | 4E | 46 | 41 |
| Octal | 276 | 344 | 145 | 21 | 0 | 70 | 13 | 116 | 106 | 101 |
| Binary | 10111110 | 11100100 | 1100101 | 10001 | 0 | 111000 | 1011 | 1001110 | 1000110 | 1000001 |
Color Harmonies of #BEE465
Complementary color
Monochromatic Colors of #BEE465
Black with #BEE465
Text Example
Text Example
White with #BEE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE465; }
p { color: rgb(190,228,101); }
H1.HeaderClassName
{
color: #BEE465;
}
.AnyTagClassName
{
color: #BEE465;
}
</style>
background-color css
<style>
a { background-color: #BEE465; }
a { background-color: rgb(190,228,101); }
div.DivClassName
{
background-color: #BEE465;
}
.BgClassName
{
background-color: #BEE465;
}
</style>
border-color css
<style>
span { border-color: #BEE465; }
span { border-color: rgb(190,228,101); }
td.TdClassName
{
border-color: #BEE465;
}
.TagClassName
{
border-color: #BEE465;
}
</style>