Shades of Conifer #BEE362
Tints of Conifer #BEE362
RGB
CMYK
RGB Variations
Color information
#BEE362 (or 0xBEE362) is known color: Conifer. HEX triplet: BE, E3 and 62. RGB value is (190,227,98). Sum of RGB (Red+Green+Blue) = 190+227+98=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE362 is #411C9D. Grayscale: #C9C9C9. Windows color (decimal): -4267166 or 6480830. OLE color: 6480830.
HSL color Cylindrical-coordinate representation of color #BEE362: hue angle of 77.21º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEE362 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 98 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.11 |
| HSL | 77.21º | 0.7% | 0.64% | - |
| HSV(B) | 77.21º | 0.57% | 0.89% | - |
| XYZ | 50.91 | 66.77 | 21.76 | - |
| YUV | 201.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 98 | 0.16 | 0 | 0.57 | 0.11 | 77.21 | 0.7 | 0.64 |
| Hex | BE | E3 | 62 | 10 | 0 | 39 | B | 4D | 46 | 40 |
| Octal | 276 | 343 | 142 | 20 | 0 | 71 | 13 | 115 | 106 | 100 |
| Binary | 10111110 | 11100011 | 1100010 | 10000 | 0 | 111001 | 1011 | 1001101 | 1000110 | 1000000 |
Color Harmonies of #BEE362
Complementary color
Monochromatic Colors of #BEE362
Black with #BEE362
Text Example
Text Example
White with #BEE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE362; }
p { color: rgb(190,227,98); }
H1.HeaderClassName
{
color: #BEE362;
}
.AnyTagClassName
{
color: #BEE362;
}
</style>
background-color css
<style>
a { background-color: #BEE362; }
a { background-color: rgb(190,227,98); }
div.DivClassName
{
background-color: #BEE362;
}
.BgClassName
{
background-color: #BEE362;
}
</style>
border-color css
<style>
span { border-color: #BEE362; }
span { border-color: rgb(190,227,98); }
td.TdClassName
{
border-color: #BEE362;
}
.TagClassName
{
border-color: #BEE362;
}
</style>