Shades of Conifer #BEE262
Tints of Conifer #BEE262
RGB
CMYK
RGB Variations
Color information
#BEE262 (or 0xBEE262) is known color: Conifer. HEX triplet: BE, E2 and 62. RGB value is (190,226,98). Sum of RGB (Red+Green+Blue) = 190+226+98=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE262 is #411D9D. Grayscale: #C9C9C9. Windows color (decimal): -4267422 or 6480574. OLE color: 6480574.
HSL color Cylindrical-coordinate representation of color #BEE262: hue angle of 76.88º degrees, saturation: 0.69, 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 #BEE262 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 98 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.11 |
| HSL | 76.88º | 0.69% | 0.64% | - |
| HSV(B) | 76.88º | 0.57% | 0.89% | - |
| XYZ | 50.64 | 66.22 | 21.67 | - |
| YUV | 200.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 98 | 0.16 | 0 | 0.57 | 0.11 | 76.88 | 0.69 | 0.64 |
| Hex | BE | E2 | 62 | 10 | 0 | 39 | B | 4D | 45 | 40 |
| Octal | 276 | 342 | 142 | 20 | 0 | 71 | 13 | 115 | 105 | 100 |
| Binary | 10111110 | 11100010 | 1100010 | 10000 | 0 | 111001 | 1011 | 1001101 | 1000101 | 1000000 |
Color Harmonies of #BEE262
Complementary color
Monochromatic Colors of #BEE262
Black with #BEE262
Text Example
Text Example
White with #BEE262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE262; }
p { color: rgb(190,226,98); }
H1.HeaderClassName
{
color: #BEE262;
}
.AnyTagClassName
{
color: #BEE262;
}
</style>
background-color css
<style>
a { background-color: #BEE262; }
a { background-color: rgb(190,226,98); }
div.DivClassName
{
background-color: #BEE262;
}
.BgClassName
{
background-color: #BEE262;
}
</style>
border-color css
<style>
span { border-color: #BEE262; }
span { border-color: rgb(190,226,98); }
td.TdClassName
{
border-color: #BEE262;
}
.TagClassName
{
border-color: #BEE262;
}
</style>