Shades of Conifer #BEE65F
Tints of Conifer #BEE65F
RGB
CMYK
RGB Variations
Color information
#BEE65F (or 0xBEE65F) is known color: Conifer. HEX triplet: BE, E6 and 5F. RGB value is (190,230,95). Sum of RGB (Red+Green+Blue) = 190+230+95=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE65F is #4119A0. Grayscale: #CBCBCB. Windows color (decimal): -4266401 or 6284990. OLE color: 6284990.
HSL color Cylindrical-coordinate representation of color #BEE65F: hue angle of 77.78º 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 #BEE65F is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 95 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.10 |
| HSL | 77.78º | 0.73% | 0.64% | - |
| HSV(B) | 77.78º | 0.59% | 0.9% | - |
| XYZ | 51.6 | 68.37 | 21.3 | - |
| YUV | 202.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 95 | 0.17 | 0 | 0.59 | 0.10 | 77.78 | 0.73 | 0.64 |
| Hex | BE | E6 | 5F | 11 | 0 | 3B | A | 4E | 49 | 40 |
| Octal | 276 | 346 | 137 | 21 | 0 | 73 | 12 | 116 | 111 | 100 |
| Binary | 10111110 | 11100110 | 1011111 | 10001 | 0 | 111011 | 1010 | 1001110 | 1001001 | 1000000 |
Color Harmonies of #BEE65F
Complementary color
Monochromatic Colors of #BEE65F
Black with #BEE65F
Text Example
Text Example
White with #BEE65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE65F; }
p { color: rgb(190,230,95); }
H1.HeaderClassName
{
color: #BEE65F;
}
.AnyTagClassName
{
color: #BEE65F;
}
</style>
background-color css
<style>
a { background-color: #BEE65F; }
a { background-color: rgb(190,230,95); }
div.DivClassName
{
background-color: #BEE65F;
}
.BgClassName
{
background-color: #BEE65F;
}
</style>
border-color css
<style>
span { border-color: #BEE65F; }
span { border-color: rgb(190,230,95); }
td.TdClassName
{
border-color: #BEE65F;
}
.TagClassName
{
border-color: #BEE65F;
}
</style>