Shades of Conifer #BEE564
Tints of Conifer #BEE564
RGB
CMYK
RGB Variations
Color information
#BEE564 (or 0xBEE564) is known color: Conifer. HEX triplet: BE, E5 and 64. RGB value is (190,229,100). Sum of RGB (Red+Green+Blue) = 190+229+100=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE564 is #411A9B. Grayscale: #CBCBCB. Windows color (decimal): -4266652 or 6612414. OLE color: 6612414.
HSL color Cylindrical-coordinate representation of color #BEE564: hue angle of 78.14º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEE564 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 100 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.10 |
| HSL | 78.14º | 0.71% | 0.65% | - |
| HSV(B) | 78.14º | 0.56% | 0.9% | - |
| XYZ | 51.55 | 67.91 | 22.45 | - |
| YUV | 202.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 100 | 0.17 | 0 | 0.56 | 0.10 | 78.14 | 0.71 | 0.65 |
| Hex | BE | E5 | 64 | 11 | 0 | 38 | A | 4E | 47 | 41 |
| Octal | 276 | 345 | 144 | 21 | 0 | 70 | 12 | 116 | 107 | 101 |
| Binary | 10111110 | 11100101 | 1100100 | 10001 | 0 | 111000 | 1010 | 1001110 | 1000111 | 1000001 |
Color Harmonies of #BEE564
Complementary color
Monochromatic Colors of #BEE564
Black with #BEE564
Text Example
Text Example
White with #BEE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE564; }
p { color: rgb(190,229,100); }
H1.HeaderClassName
{
color: #BEE564;
}
.AnyTagClassName
{
color: #BEE564;
}
</style>
background-color css
<style>
a { background-color: #BEE564; }
a { background-color: rgb(190,229,100); }
div.DivClassName
{
background-color: #BEE564;
}
.BgClassName
{
background-color: #BEE564;
}
</style>
border-color css
<style>
span { border-color: #BEE564; }
span { border-color: rgb(190,229,100); }
td.TdClassName
{
border-color: #BEE564;
}
.TagClassName
{
border-color: #BEE564;
}
</style>