Shades of Conifer #BEE155
Tints of Conifer #BEE155
RGB
CMYK
RGB Variations
Color information
#BEE155 (or 0xBEE155) is known color: Conifer. HEX triplet: BE, E1 and 55. RGB value is (190,225,85). Sum of RGB (Red+Green+Blue) = 190+225+85=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE155 is #411EAA. Grayscale: #C7C7C7. Windows color (decimal): -4267691 or 5628350. OLE color: 5628350.
HSL color Cylindrical-coordinate representation of color #BEE155: hue angle of 75º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEE155 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 85 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.12 |
| HSL | 75º | 0.7% | 0.61% | - |
| HSV(B) | 75º | 0.62% | 0.88% | - |
| XYZ | 49.8 | 65.45 | 18.6 | - |
| YUV | 198.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 85 | 0.16 | 0 | 0.62 | 0.12 | 75 | 0.7 | 0.61 |
| Hex | BE | E1 | 55 | 10 | 0 | 3E | C | 4B | 46 | 3D |
| Octal | 276 | 341 | 125 | 20 | 0 | 76 | 14 | 113 | 106 | 75 |
| Binary | 10111110 | 11100001 | 1010101 | 10000 | 0 | 111110 | 1100 | 1001011 | 1000110 | 111101 |
Color Harmonies of #BEE155
Complementary color
Monochromatic Colors of #BEE155
Black with #BEE155
Text Example
Text Example
White with #BEE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE155; }
p { color: rgb(190,225,85); }
H1.HeaderClassName
{
color: #BEE155;
}
.AnyTagClassName
{
color: #BEE155;
}
</style>
background-color css
<style>
a { background-color: #BEE155; }
a { background-color: rgb(190,225,85); }
div.DivClassName
{
background-color: #BEE155;
}
.BgClassName
{
background-color: #BEE155;
}
</style>
border-color css
<style>
span { border-color: #BEE155; }
span { border-color: rgb(190,225,85); }
td.TdClassName
{
border-color: #BEE155;
}
.TagClassName
{
border-color: #BEE155;
}
</style>