Shades of Conifer #BEE364
Tints of Conifer #BEE364
RGB
CMYK
RGB Variations
Color information
#BEE364 (or 0xBEE364) is known color: Conifer. HEX triplet: BE, E3 and 64. RGB value is (190,227,100). Sum of RGB (Red+Green+Blue) = 190+227+100=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE364 is #411C9B. Grayscale: #C9C9C9. Windows color (decimal): -4267164 or 6611902. OLE color: 6611902.
HSL color Cylindrical-coordinate representation of color #BEE364: hue angle of 77.48º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEE364 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 100 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.11 |
| HSL | 77.48º | 0.69% | 0.64% | - |
| HSV(B) | 77.48º | 0.56% | 0.89% | - |
| XYZ | 51 | 66.81 | 22.26 | - |
| YUV | 201.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 100 | 0.16 | 0 | 0.56 | 0.11 | 77.48 | 0.69 | 0.64 |
| Hex | BE | E3 | 64 | 10 | 0 | 38 | B | 4D | 45 | 40 |
| Octal | 276 | 343 | 144 | 20 | 0 | 70 | 13 | 115 | 105 | 100 |
| Binary | 10111110 | 11100011 | 1100100 | 10000 | 0 | 111000 | 1011 | 1001101 | 1000101 | 1000000 |
Color Harmonies of #BEE364
Complementary color
Monochromatic Colors of #BEE364
Black with #BEE364
Text Example
Text Example
White with #BEE364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE364; }
p { color: rgb(190,227,100); }
H1.HeaderClassName
{
color: #BEE364;
}
.AnyTagClassName
{
color: #BEE364;
}
</style>
background-color css
<style>
a { background-color: #BEE364; }
a { background-color: rgb(190,227,100); }
div.DivClassName
{
background-color: #BEE364;
}
.BgClassName
{
background-color: #BEE364;
}
</style>
border-color css
<style>
span { border-color: #BEE364; }
span { border-color: rgb(190,227,100); }
td.TdClassName
{
border-color: #BEE364;
}
.TagClassName
{
border-color: #BEE364;
}
</style>