Shades of Conifer #BEE360
Tints of Conifer #BEE360
RGB
CMYK
RGB Variations
Color information
#BEE360 (or 0xBEE360) is known color: Conifer. HEX triplet: BE, E3 and 60. RGB value is (190,227,96). Sum of RGB (Red+Green+Blue) = 190+227+96=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE360 is #411C9F. Grayscale: #C9C9C9. Windows color (decimal): -4267168 or 6349758. OLE color: 6349758.
HSL color Cylindrical-coordinate representation of color #BEE360: hue angle of 76.95º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEE360 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 96 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.11 |
| HSL | 76.95º | 0.7% | 0.63% | - |
| HSV(B) | 76.95º | 0.58% | 0.89% | - |
| XYZ | 50.82 | 66.73 | 21.27 | - |
| YUV | 201 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 96 | 0.16 | 0 | 0.58 | 0.11 | 76.95 | 0.7 | 0.63 |
| Hex | BE | E3 | 60 | 10 | 0 | 3A | B | 4D | 46 | 3F |
| Octal | 276 | 343 | 140 | 20 | 0 | 72 | 13 | 115 | 106 | 77 |
| Binary | 10111110 | 11100011 | 1100000 | 10000 | 0 | 111010 | 1011 | 1001101 | 1000110 | 111111 |
Color Harmonies of #BEE360
Complementary color
Monochromatic Colors of #BEE360
Black with #BEE360
Text Example
Text Example
White with #BEE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE360; }
p { color: rgb(190,227,96); }
H1.HeaderClassName
{
color: #BEE360;
}
.AnyTagClassName
{
color: #BEE360;
}
</style>
background-color css
<style>
a { background-color: #BEE360; }
a { background-color: rgb(190,227,96); }
div.DivClassName
{
background-color: #BEE360;
}
.BgClassName
{
background-color: #BEE360;
}
</style>
border-color css
<style>
span { border-color: #BEE360; }
span { border-color: rgb(190,227,96); }
td.TdClassName
{
border-color: #BEE360;
}
.TagClassName
{
border-color: #BEE360;
}
</style>