Shades of Conifer #BEE544
Tints of Conifer #BEE544
RGB
CMYK
RGB Variations
Color information
#BEE544 (or 0xBEE544) is known color: Conifer. HEX triplet: BE, E5 and 44. RGB value is (190,229,68). Sum of RGB (Red+Green+Blue) = 190+229+68=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE544 is #411ABB. Grayscale: #C7C7C7. Windows color (decimal): -4266684 or 4515262. OLE color: 4515262.
HSL color Cylindrical-coordinate representation of color #BEE544: hue angle of 74.53º degrees, saturation: 0.76, 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 #BEE544 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 68 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.10 |
| HSL | 74.53º | 0.76% | 0.58% | - |
| HSV(B) | 74.53º | 0.7% | 0.9% | - |
| XYZ | 50.3 | 67.4 | 15.83 | - |
| YUV | 198.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 68 | 0.17 | 0 | 0.70 | 0.10 | 74.53 | 0.76 | 0.58 |
| Hex | BE | E5 | 44 | 11 | 0 | 46 | A | 4B | 4C | 3A |
| Octal | 276 | 345 | 104 | 21 | 0 | 106 | 12 | 113 | 114 | 72 |
| Binary | 10111110 | 11100101 | 1000100 | 10001 | 0 | 1000110 | 1010 | 1001011 | 1001100 | 111010 |
Color Harmonies of #BEE544
Complementary color
Monochromatic Colors of #BEE544
Black with #BEE544
Text Example
Text Example
White with #BEE544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE544; }
p { color: rgb(190,229,68); }
H1.HeaderClassName
{
color: #BEE544;
}
.AnyTagClassName
{
color: #BEE544;
}
</style>
background-color css
<style>
a { background-color: #BEE544; }
a { background-color: rgb(190,229,68); }
div.DivClassName
{
background-color: #BEE544;
}
.BgClassName
{
background-color: #BEE544;
}
</style>
border-color css
<style>
span { border-color: #BEE544; }
span { border-color: rgb(190,229,68); }
td.TdClassName
{
border-color: #BEE544;
}
.TagClassName
{
border-color: #BEE544;
}
</style>