Shades of Conifer #BEE150
Tints of Conifer #BEE150
RGB
CMYK
RGB Variations
Color information
#BEE150 (or 0xBEE150) is known color: Conifer. HEX triplet: BE, E1 and 50. RGB value is (190,225,80). Sum of RGB (Red+Green+Blue) = 190+225+80=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE150 is #411EAF. Grayscale: #C6C6C6. Windows color (decimal): -4267696 or 5300670. OLE color: 5300670.
HSL color Cylindrical-coordinate representation of color #BEE150: hue angle of 74.48º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEE150 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 80 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.12 |
| HSL | 74.48º | 0.71% | 0.6% | - |
| HSV(B) | 74.48º | 0.64% | 0.88% | - |
| XYZ | 49.61 | 65.38 | 17.59 | - |
| YUV | 198.01 | 61.4 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 80 | 0.16 | 0 | 0.64 | 0.12 | 74.48 | 0.71 | 0.6 |
| Hex | BE | E1 | 50 | 10 | 0 | 40 | C | 4A | 47 | 3C |
| Octal | 276 | 341 | 120 | 20 | 0 | 100 | 14 | 112 | 107 | 74 |
| Binary | 10111110 | 11100001 | 1010000 | 10000 | 0 | 1000000 | 1100 | 1001010 | 1000111 | 111100 |
Color Harmonies of #BEE150
Complementary color
Monochromatic Colors of #BEE150
Black with #BEE150
Text Example
Text Example
White with #BEE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE150; }
p { color: rgb(190,225,80); }
H1.HeaderClassName
{
color: #BEE150;
}
.AnyTagClassName
{
color: #BEE150;
}
</style>
background-color css
<style>
a { background-color: #BEE150; }
a { background-color: rgb(190,225,80); }
div.DivClassName
{
background-color: #BEE150;
}
.BgClassName
{
background-color: #BEE150;
}
</style>
border-color css
<style>
span { border-color: #BEE150; }
span { border-color: rgb(190,225,80); }
td.TdClassName
{
border-color: #BEE150;
}
.TagClassName
{
border-color: #BEE150;
}
</style>