Shades of Conifer #BEE25E
Tints of Conifer #BEE25E
RGB
CMYK
RGB Variations
Color information
#BEE25E (or 0xBEE25E) is known color: Conifer. HEX triplet: BE, E2 and 5E. RGB value is (190,226,94). Sum of RGB (Red+Green+Blue) = 190+226+94=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE25E is #411DA1. Grayscale: #C8C8C8. Windows color (decimal): -4267426 or 6218430. OLE color: 6218430.
HSL color Cylindrical-coordinate representation of color #BEE25E: hue angle of 76.36º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEE25E is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 94 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.11 |
| HSL | 76.36º | 0.69% | 0.63% | - |
| HSV(B) | 76.36º | 0.58% | 0.89% | - |
| XYZ | 50.45 | 66.15 | 20.7 | - |
| YUV | 200.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 94 | 0.16 | 0 | 0.58 | 0.11 | 76.36 | 0.69 | 0.63 |
| Hex | BE | E2 | 5E | 10 | 0 | 3A | B | 4C | 45 | 3F |
| Octal | 276 | 342 | 136 | 20 | 0 | 72 | 13 | 114 | 105 | 77 |
| Binary | 10111110 | 11100010 | 1011110 | 10000 | 0 | 111010 | 1011 | 1001100 | 1000101 | 111111 |
Color Harmonies of #BEE25E
Complementary color
Monochromatic Colors of #BEE25E
Black with #BEE25E
Text Example
Text Example
White with #BEE25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE25E; }
p { color: rgb(190,226,94); }
H1.HeaderClassName
{
color: #BEE25E;
}
.AnyTagClassName
{
color: #BEE25E;
}
</style>
background-color css
<style>
a { background-color: #BEE25E; }
a { background-color: rgb(190,226,94); }
div.DivClassName
{
background-color: #BEE25E;
}
.BgClassName
{
background-color: #BEE25E;
}
</style>
border-color css
<style>
span { border-color: #BEE25E; }
span { border-color: rgb(190,226,94); }
td.TdClassName
{
border-color: #BEE25E;
}
.TagClassName
{
border-color: #BEE25E;
}
</style>