Shades of Conifer #BEE246
Tints of Conifer #BEE246
RGB
CMYK
RGB Variations
Color information
#BEE246 (or 0xBEE246) is known color: Conifer. HEX triplet: BE, E2 and 46. RGB value is (190,226,70). Sum of RGB (Red+Green+Blue) = 190+226+70=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE246 is #411DB9. Grayscale: #C6C6C6. Windows color (decimal): -4267450 or 4645566. OLE color: 4645566.
HSL color Cylindrical-coordinate representation of color #BEE246: hue angle of 73.85º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEE246 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 70 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.11 |
| HSL | 73.85º | 0.73% | 0.58% | - |
| HSV(B) | 73.85º | 0.69% | 0.89% | - |
| XYZ | 49.54 | 65.78 | 15.88 | - |
| YUV | 197.45 | 56.07 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 70 | 0.16 | 0 | 0.69 | 0.11 | 73.85 | 0.73 | 0.58 |
| Hex | BE | E2 | 46 | 10 | 0 | 45 | B | 4A | 49 | 3A |
| Octal | 276 | 342 | 106 | 20 | 0 | 105 | 13 | 112 | 111 | 72 |
| Binary | 10111110 | 11100010 | 1000110 | 10000 | 0 | 1000101 | 1011 | 1001010 | 1001001 | 111010 |
Color Harmonies of #BEE246
Complementary color
Monochromatic Colors of #BEE246
Black with #BEE246
Text Example
Text Example
White with #BEE246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE246; }
p { color: rgb(190,226,70); }
H1.HeaderClassName
{
color: #BEE246;
}
.AnyTagClassName
{
color: #BEE246;
}
</style>
background-color css
<style>
a { background-color: #BEE246; }
a { background-color: rgb(190,226,70); }
div.DivClassName
{
background-color: #BEE246;
}
.BgClassName
{
background-color: #BEE246;
}
</style>
border-color css
<style>
span { border-color: #BEE246; }
span { border-color: rgb(190,226,70); }
td.TdClassName
{
border-color: #BEE246;
}
.TagClassName
{
border-color: #BEE246;
}
</style>