Shades of Conifer #BEE250
Tints of Conifer #BEE250
RGB
CMYK
RGB Variations
Color information
#BEE250 (or 0xBEE250) is known color: Conifer. HEX triplet: BE, E2 and 50. RGB value is (190,226,80). Sum of RGB (Red+Green+Blue) = 190+226+80=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE250 is #411DAF. Grayscale: #C7C7C7. Windows color (decimal): -4267440 or 5300926. OLE color: 5300926.
HSL color Cylindrical-coordinate representation of color #BEE250: hue angle of 74.79º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEE250 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 80 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.11 |
| HSL | 74.79º | 0.72% | 0.6% | - |
| HSV(B) | 74.79º | 0.65% | 0.89% | - |
| XYZ | 49.88 | 65.92 | 17.68 | - |
| YUV | 198.59 | 61.07 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 80 | 0.16 | 0 | 0.65 | 0.11 | 74.79 | 0.72 | 0.6 |
| Hex | BE | E2 | 50 | 10 | 0 | 41 | B | 4B | 48 | 3C |
| Octal | 276 | 342 | 120 | 20 | 0 | 101 | 13 | 113 | 110 | 74 |
| Binary | 10111110 | 11100010 | 1010000 | 10000 | 0 | 1000001 | 1011 | 1001011 | 1001000 | 111100 |
Color Harmonies of #BEE250
Complementary color
Monochromatic Colors of #BEE250
Black with #BEE250
Text Example
Text Example
White with #BEE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE250; }
p { color: rgb(190,226,80); }
H1.HeaderClassName
{
color: #BEE250;
}
.AnyTagClassName
{
color: #BEE250;
}
</style>
background-color css
<style>
a { background-color: #BEE250; }
a { background-color: rgb(190,226,80); }
div.DivClassName
{
background-color: #BEE250;
}
.BgClassName
{
background-color: #BEE250;
}
</style>
border-color css
<style>
span { border-color: #BEE250; }
span { border-color: rgb(190,226,80); }
td.TdClassName
{
border-color: #BEE250;
}
.TagClassName
{
border-color: #BEE250;
}
</style>