Shades of Conifer #BEE660
Tints of Conifer #BEE660
RGB
CMYK
RGB Variations
Color information
#BEE660 (or 0xBEE660) is known color: Conifer. HEX triplet: BE, E6 and 60. RGB value is (190,230,96). Sum of RGB (Red+Green+Blue) = 190+230+96=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE660 is #41199F. Grayscale: #CBCBCB. Windows color (decimal): -4266400 or 6350526. OLE color: 6350526.
HSL color Cylindrical-coordinate representation of color #BEE660: hue angle of 77.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEE660 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 96 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.10 |
| HSL | 77.91º | 0.73% | 0.64% | - |
| HSV(B) | 77.91º | 0.58% | 0.9% | - |
| XYZ | 51.64 | 68.39 | 21.54 | - |
| YUV | 202.76 | 67.75 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 96 | 0.17 | 0 | 0.58 | 0.10 | 77.91 | 0.73 | 0.64 |
| Hex | BE | E6 | 60 | 11 | 0 | 3A | A | 4E | 49 | 40 |
| Octal | 276 | 346 | 140 | 21 | 0 | 72 | 12 | 116 | 111 | 100 |
| Binary | 10111110 | 11100110 | 1100000 | 10001 | 0 | 111010 | 1010 | 1001110 | 1001001 | 1000000 |
Color Harmonies of #BEE660
Complementary color
Monochromatic Colors of #BEE660
Black with #BEE660
Text Example
Text Example
White with #BEE660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE660; }
p { color: rgb(190,230,96); }
H1.HeaderClassName
{
color: #BEE660;
}
.AnyTagClassName
{
color: #BEE660;
}
</style>
background-color css
<style>
a { background-color: #BEE660; }
a { background-color: rgb(190,230,96); }
div.DivClassName
{
background-color: #BEE660;
}
.BgClassName
{
background-color: #BEE660;
}
</style>
border-color css
<style>
span { border-color: #BEE660; }
span { border-color: rgb(190,230,96); }
td.TdClassName
{
border-color: #BEE660;
}
.TagClassName
{
border-color: #BEE660;
}
</style>