Shades of Conifer #BEE545
Tints of Conifer #BEE545
RGB
CMYK
RGB Variations
Color information
#BEE545 (or 0xBEE545) is known color: Conifer. HEX triplet: BE, E5 and 45. RGB value is (190,229,69). Sum of RGB (Red+Green+Blue) = 190+229+69=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE545 is #411ABA. Grayscale: #C7C7C7. Windows color (decimal): -4266683 or 4580798. OLE color: 4580798.
HSL color Cylindrical-coordinate representation of color #BEE545: hue angle of 74.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEE545 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 69 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.10 |
| HSL | 74.63º | 0.75% | 0.58% | - |
| HSV(B) | 74.63º | 0.7% | 0.9% | - |
| XYZ | 50.33 | 67.42 | 15.99 | - |
| YUV | 199.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 69 | 0.17 | 0 | 0.70 | 0.10 | 74.63 | 0.75 | 0.58 |
| Hex | BE | E5 | 45 | 11 | 0 | 46 | A | 4B | 4B | 3A |
| Octal | 276 | 345 | 105 | 21 | 0 | 106 | 12 | 113 | 113 | 72 |
| Binary | 10111110 | 11100101 | 1000101 | 10001 | 0 | 1000110 | 1010 | 1001011 | 1001011 | 111010 |
Color Harmonies of #BEE545
Complementary color
Monochromatic Colors of #BEE545
Black with #BEE545
Text Example
Text Example
White with #BEE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE545; }
p { color: rgb(190,229,69); }
H1.HeaderClassName
{
color: #BEE545;
}
.AnyTagClassName
{
color: #BEE545;
}
</style>
background-color css
<style>
a { background-color: #BEE545; }
a { background-color: rgb(190,229,69); }
div.DivClassName
{
background-color: #BEE545;
}
.BgClassName
{
background-color: #BEE545;
}
</style>
border-color css
<style>
span { border-color: #BEE545; }
span { border-color: rgb(190,229,69); }
td.TdClassName
{
border-color: #BEE545;
}
.TagClassName
{
border-color: #BEE545;
}
</style>