Shades of Conifer #BEE066
Tints of Conifer #BEE066
RGB
CMYK
RGB Variations
Color information
#BEE066 (or 0xBEE066) is known color: Conifer. HEX triplet: BE, E0 and 66. RGB value is (190,224,102). Sum of RGB (Red+Green+Blue) = 190+224+102=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE066 is #411F99. Grayscale: #C8C8C8. Windows color (decimal): -4267930 or 6742206. OLE color: 6742206.
HSL color Cylindrical-coordinate representation of color #BEE066: hue angle of 76.72º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEE066 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 102 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.12 |
| HSL | 76.72º | 0.66% | 0.64% | - |
| HSV(B) | 76.72º | 0.54% | 0.88% | - |
| XYZ | 50.29 | 65.22 | 22.51 | - |
| YUV | 199.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 102 | 0.15 | 0 | 0.54 | 0.12 | 76.72 | 0.66 | 0.64 |
| Hex | BE | E0 | 66 | F | 0 | 36 | C | 4D | 42 | 40 |
| Octal | 276 | 340 | 146 | 17 | 0 | 66 | 14 | 115 | 102 | 100 |
| Binary | 10111110 | 11100000 | 1100110 | 1111 | 0 | 110110 | 1100 | 1001101 | 1000010 | 1000000 |
Color Harmonies of #BEE066
Complementary color
Monochromatic Colors of #BEE066
Black with #BEE066
Text Example
Text Example
White with #BEE066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE066; }
p { color: rgb(190,224,102); }
H1.HeaderClassName
{
color: #BEE066;
}
.AnyTagClassName
{
color: #BEE066;
}
</style>
background-color css
<style>
a { background-color: #BEE066; }
a { background-color: rgb(190,224,102); }
div.DivClassName
{
background-color: #BEE066;
}
.BgClassName
{
background-color: #BEE066;
}
</style>
border-color css
<style>
span { border-color: #BEE066; }
span { border-color: rgb(190,224,102); }
td.TdClassName
{
border-color: #BEE066;
}
.TagClassName
{
border-color: #BEE066;
}
</style>