Shades of Conifer #BEE85D
Tints of Conifer #BEE85D
RGB
CMYK
RGB Variations
Color information
#BEE85D (or 0xBEE85D) is known color: Conifer. HEX triplet: BE, E8 and 5D. RGB value is (190,232,93). Sum of RGB (Red+Green+Blue) = 190+232+93=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE85D is #4117A2. Grayscale: #CCCCCC. Windows color (decimal): -4265891 or 6154430. OLE color: 6154430.
HSL color Cylindrical-coordinate representation of color #BEE85D: hue angle of 78.13º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEE85D is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 93 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.09 |
| HSL | 78.13º | 0.75% | 0.64% | - |
| HSV(B) | 78.13º | 0.6% | 0.91% | - |
| XYZ | 52.07 | 69.45 | 21.02 | - |
| YUV | 203.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 93 | 0.18 | 0 | 0.60 | 0.09 | 78.13 | 0.75 | 0.64 |
| Hex | BE | E8 | 5D | 12 | 0 | 3C | 9 | 4E | 4B | 40 |
| Octal | 276 | 350 | 135 | 22 | 0 | 74 | 11 | 116 | 113 | 100 |
| Binary | 10111110 | 11101000 | 1011101 | 10010 | 0 | 111100 | 1001 | 1001110 | 1001011 | 1000000 |
Color Harmonies of #BEE85D
Complementary color
Monochromatic Colors of #BEE85D
Black with #BEE85D
Text Example
Text Example
White with #BEE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE85D; }
p { color: rgb(190,232,93); }
H1.HeaderClassName
{
color: #BEE85D;
}
.AnyTagClassName
{
color: #BEE85D;
}
</style>
background-color css
<style>
a { background-color: #BEE85D; }
a { background-color: rgb(190,232,93); }
div.DivClassName
{
background-color: #BEE85D;
}
.BgClassName
{
background-color: #BEE85D;
}
</style>
border-color css
<style>
span { border-color: #BEE85D; }
span { border-color: rgb(190,232,93); }
td.TdClassName
{
border-color: #BEE85D;
}
.TagClassName
{
border-color: #BEE85D;
}
</style>