Shades of Conifer #BEE550
Tints of Conifer #BEE550
RGB
CMYK
RGB Variations
Color information
#BEE550 (or 0xBEE550) is known color: Conifer. HEX triplet: BE, E5 and 50. RGB value is (190,229,80). Sum of RGB (Red+Green+Blue) = 190+229+80=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE550 is #411AAF. Grayscale: #C8C8C8. Windows color (decimal): -4266672 or 5301694. OLE color: 5301694.
HSL color Cylindrical-coordinate representation of color #BEE550: hue angle of 75.7º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEE550 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 80 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.10 |
| HSL | 75.7º | 0.74% | 0.61% | - |
| HSV(B) | 75.7º | 0.65% | 0.9% | - |
| XYZ | 50.7 | 67.56 | 17.96 | - |
| YUV | 200.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 80 | 0.17 | 0 | 0.65 | 0.10 | 75.7 | 0.74 | 0.61 |
| Hex | BE | E5 | 50 | 11 | 0 | 41 | A | 4C | 4A | 3D |
| Octal | 276 | 345 | 120 | 21 | 0 | 101 | 12 | 114 | 112 | 75 |
| Binary | 10111110 | 11100101 | 1010000 | 10001 | 0 | 1000001 | 1010 | 1001100 | 1001010 | 111101 |
Color Harmonies of #BEE550
Complementary color
Monochromatic Colors of #BEE550
Black with #BEE550
Text Example
Text Example
White with #BEE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE550; }
p { color: rgb(190,229,80); }
H1.HeaderClassName
{
color: #BEE550;
}
.AnyTagClassName
{
color: #BEE550;
}
</style>
background-color css
<style>
a { background-color: #BEE550; }
a { background-color: rgb(190,229,80); }
div.DivClassName
{
background-color: #BEE550;
}
.BgClassName
{
background-color: #BEE550;
}
</style>
border-color css
<style>
span { border-color: #BEE550; }
span { border-color: rgb(190,229,80); }
td.TdClassName
{
border-color: #BEE550;
}
.TagClassName
{
border-color: #BEE550;
}
</style>