Shades of Conifer #BEE546
Tints of Conifer #BEE546
RGB
CMYK
RGB Variations
Color information
#BEE546 (or 0xBEE546) is known color: Conifer. HEX triplet: BE, E5 and 46. RGB value is (190,229,70). Sum of RGB (Red+Green+Blue) = 190+229+70=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE546 is #411AB9. Grayscale: #C7C7C7. Windows color (decimal): -4266682 or 4646334. OLE color: 4646334.
HSL color Cylindrical-coordinate representation of color #BEE546: hue angle of 74.72º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEE546 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 70 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.10 |
| HSL | 74.72º | 0.75% | 0.59% | - |
| HSV(B) | 74.72º | 0.69% | 0.9% | - |
| XYZ | 50.36 | 67.43 | 16.16 | - |
| YUV | 199.21 | 55.08 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 70 | 0.17 | 0 | 0.69 | 0.10 | 74.72 | 0.75 | 0.59 |
| Hex | BE | E5 | 46 | 11 | 0 | 45 | A | 4B | 4B | 3B |
| Octal | 276 | 345 | 106 | 21 | 0 | 105 | 12 | 113 | 113 | 73 |
| Binary | 10111110 | 11100101 | 1000110 | 10001 | 0 | 1000101 | 1010 | 1001011 | 1001011 | 111011 |
Color Harmonies of #BEE546
Complementary color
Monochromatic Colors of #BEE546
Black with #BEE546
Text Example
Text Example
White with #BEE546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE546; }
p { color: rgb(190,229,70); }
H1.HeaderClassName
{
color: #BEE546;
}
.AnyTagClassName
{
color: #BEE546;
}
</style>
background-color css
<style>
a { background-color: #BEE546; }
a { background-color: rgb(190,229,70); }
div.DivClassName
{
background-color: #BEE546;
}
.BgClassName
{
background-color: #BEE546;
}
</style>
border-color css
<style>
span { border-color: #BEE546; }
span { border-color: rgb(190,229,70); }
td.TdClassName
{
border-color: #BEE546;
}
.TagClassName
{
border-color: #BEE546;
}
</style>