Shades of Conifer #BEE445
Tints of Conifer #BEE445
RGB
CMYK
RGB Variations
Color information
#BEE445 (or 0xBEE445) is known color: Conifer. HEX triplet: BE, E4 and 45. RGB value is (190,228,69). Sum of RGB (Red+Green+Blue) = 190+228+69=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE445 is #411BBA. Grayscale: #C7C7C7. Windows color (decimal): -4266939 or 4580542. OLE color: 4580542.
HSL color Cylindrical-coordinate representation of color #BEE445: hue angle of 74.34º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEE445 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 69 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.11 |
| HSL | 74.34º | 0.75% | 0.58% | - |
| HSV(B) | 74.34º | 0.7% | 0.89% | - |
| XYZ | 50.05 | 66.86 | 15.9 | - |
| YUV | 198.51 | 54.91 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 69 | 0.17 | 0 | 0.70 | 0.11 | 74.34 | 0.75 | 0.58 |
| Hex | BE | E4 | 45 | 11 | 0 | 46 | B | 4A | 4B | 3A |
| Octal | 276 | 344 | 105 | 21 | 0 | 106 | 13 | 112 | 113 | 72 |
| Binary | 10111110 | 11100100 | 1000101 | 10001 | 0 | 1000110 | 1011 | 1001010 | 1001011 | 111010 |
Color Harmonies of #BEE445
Complementary color
Monochromatic Colors of #BEE445
Black with #BEE445
Text Example
Text Example
White with #BEE445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE445; }
p { color: rgb(190,228,69); }
H1.HeaderClassName
{
color: #BEE445;
}
.AnyTagClassName
{
color: #BEE445;
}
</style>
background-color css
<style>
a { background-color: #BEE445; }
a { background-color: rgb(190,228,69); }
div.DivClassName
{
background-color: #BEE445;
}
.BgClassName
{
background-color: #BEE445;
}
</style>
border-color css
<style>
span { border-color: #BEE445; }
span { border-color: rgb(190,228,69); }
td.TdClassName
{
border-color: #BEE445;
}
.TagClassName
{
border-color: #BEE445;
}
</style>