Shades of Conifer #BEE645
Tints of Conifer #BEE645
RGB
CMYK
RGB Variations
Color information
#BEE645 (or 0xBEE645) is known color: Conifer. HEX triplet: BE, E6 and 45. RGB value is (190,230,69). Sum of RGB (Red+Green+Blue) = 190+230+69=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE645 is #4119BA. Grayscale: #C8C8C8. Windows color (decimal): -4266427 or 4581054. OLE color: 4581054.
HSL color Cylindrical-coordinate representation of color #BEE645: hue angle of 74.91º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEE645 is Cyan = 0.17, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 69 | - |
| CMYK | 0.17 | 0 | 0.7 | 0.10 |
| HSL | 74.91º | 0.76% | 0.59% | - |
| HSV(B) | 74.91º | 0.7% | 0.9% | - |
| XYZ | 50.61 | 67.97 | 16.08 | - |
| YUV | 199.69 | 54.25 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 69 | 0.17 | 0 | 0.7 | 0.10 | 74.91 | 0.76 | 0.59 |
| Hex | BE | E6 | 45 | 11 | 0 | 46 | A | 4B | 4C | 3B |
| Octal | 276 | 346 | 105 | 21 | 0 | 106 | 12 | 113 | 114 | 73 |
| Binary | 10111110 | 11100110 | 1000101 | 10001 | 0 | 1000110 | 1010 | 1001011 | 1001100 | 111011 |
Color Harmonies of #BEE645
Complementary color
Monochromatic Colors of #BEE645
Black with #BEE645
Text Example
Text Example
White with #BEE645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE645; }
p { color: rgb(190,230,69); }
H1.HeaderClassName
{
color: #BEE645;
}
.AnyTagClassName
{
color: #BEE645;
}
</style>
background-color css
<style>
a { background-color: #BEE645; }
a { background-color: rgb(190,230,69); }
div.DivClassName
{
background-color: #BEE645;
}
.BgClassName
{
background-color: #BEE645;
}
</style>
border-color css
<style>
span { border-color: #BEE645; }
span { border-color: rgb(190,230,69); }
td.TdClassName
{
border-color: #BEE645;
}
.TagClassName
{
border-color: #BEE645;
}
</style>