Shades of Conifer #BEE65E
Tints of Conifer #BEE65E
RGB
CMYK
RGB Variations
Color information
#BEE65E (or 0xBEE65E) is known color: Conifer. HEX triplet: BE, E6 and 5E. RGB value is (190,230,94). Sum of RGB (Red+Green+Blue) = 190+230+94=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE65E is #4119A1. Grayscale: #CBCBCB. Windows color (decimal): -4266402 or 6219454. OLE color: 6219454.
HSL color Cylindrical-coordinate representation of color #BEE65E: hue angle of 77.65º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEE65E is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 94 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.10 |
| HSL | 77.65º | 0.73% | 0.64% | - |
| HSV(B) | 77.65º | 0.59% | 0.9% | - |
| XYZ | 51.55 | 68.35 | 21.07 | - |
| YUV | 202.54 | 66.75 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 94 | 0.17 | 0 | 0.59 | 0.10 | 77.65 | 0.73 | 0.64 |
| Hex | BE | E6 | 5E | 11 | 0 | 3B | A | 4E | 49 | 40 |
| Octal | 276 | 346 | 136 | 21 | 0 | 73 | 12 | 116 | 111 | 100 |
| Binary | 10111110 | 11100110 | 1011110 | 10001 | 0 | 111011 | 1010 | 1001110 | 1001001 | 1000000 |
Color Harmonies of #BEE65E
Complementary color
Monochromatic Colors of #BEE65E
Black with #BEE65E
Text Example
Text Example
White with #BEE65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE65E; }
p { color: rgb(190,230,94); }
H1.HeaderClassName
{
color: #BEE65E;
}
.AnyTagClassName
{
color: #BEE65E;
}
</style>
background-color css
<style>
a { background-color: #BEE65E; }
a { background-color: rgb(190,230,94); }
div.DivClassName
{
background-color: #BEE65E;
}
.BgClassName
{
background-color: #BEE65E;
}
</style>
border-color css
<style>
span { border-color: #BEE65E; }
span { border-color: rgb(190,230,94); }
td.TdClassName
{
border-color: #BEE65E;
}
.TagClassName
{
border-color: #BEE65E;
}
</style>