Shades of Conifer #BEE346
Tints of Conifer #BEE346
RGB
CMYK
RGB Variations
Color information
#BEE346 (or 0xBEE346) is known color: Conifer. HEX triplet: BE, E3 and 46. RGB value is (190,227,70). Sum of RGB (Red+Green+Blue) = 190+227+70=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE346 is #411CB9. Grayscale: #C6C6C6. Windows color (decimal): -4267194 or 4645822. OLE color: 4645822.
HSL color Cylindrical-coordinate representation of color #BEE346: hue angle of 74.14º degrees, saturation: 0.74, 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 #BEE346 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 70 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.11 |
| HSL | 74.14º | 0.74% | 0.58% | - |
| HSV(B) | 74.14º | 0.69% | 0.89% | - |
| XYZ | 49.81 | 66.33 | 15.97 | - |
| YUV | 198.04 | 55.74 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 70 | 0.16 | 0 | 0.69 | 0.11 | 74.14 | 0.74 | 0.58 |
| Hex | BE | E3 | 46 | 10 | 0 | 45 | B | 4A | 4A | 3A |
| Octal | 276 | 343 | 106 | 20 | 0 | 105 | 13 | 112 | 112 | 72 |
| Binary | 10111110 | 11100011 | 1000110 | 10000 | 0 | 1000101 | 1011 | 1001010 | 1001010 | 111010 |
Color Harmonies of #BEE346
Complementary color
Monochromatic Colors of #BEE346
Black with #BEE346
Text Example
Text Example
White with #BEE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE346; }
p { color: rgb(190,227,70); }
H1.HeaderClassName
{
color: #BEE346;
}
.AnyTagClassName
{
color: #BEE346;
}
</style>
background-color css
<style>
a { background-color: #BEE346; }
a { background-color: rgb(190,227,70); }
div.DivClassName
{
background-color: #BEE346;
}
.BgClassName
{
background-color: #BEE346;
}
</style>
border-color css
<style>
span { border-color: #BEE346; }
span { border-color: rgb(190,227,70); }
td.TdClassName
{
border-color: #BEE346;
}
.TagClassName
{
border-color: #BEE346;
}
</style>