Shades of Conifer #BEE650
Tints of Conifer #BEE650
RGB
CMYK
RGB Variations
Color information
#BEE650 (or 0xBEE650) is known color: Conifer. HEX triplet: BE, E6 and 50. RGB value is (190,230,80). Sum of RGB (Red+Green+Blue) = 190+230+80=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE650 is #4119AF. Grayscale: #C9C9C9. Windows color (decimal): -4266416 or 5301950. OLE color: 5301950.
HSL color Cylindrical-coordinate representation of color #BEE650: hue angle of 76º degrees, saturation: 0.75, 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 #BEE650 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 80 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.10 |
| HSL | 76º | 0.75% | 0.61% | - |
| HSV(B) | 76º | 0.65% | 0.9% | - |
| XYZ | 50.98 | 68.12 | 18.05 | - |
| YUV | 200.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 80 | 0.17 | 0 | 0.65 | 0.10 | 76 | 0.75 | 0.61 |
| Hex | BE | E6 | 50 | 11 | 0 | 41 | A | 4C | 4B | 3D |
| Octal | 276 | 346 | 120 | 21 | 0 | 101 | 12 | 114 | 113 | 75 |
| Binary | 10111110 | 11100110 | 1010000 | 10001 | 0 | 1000001 | 1010 | 1001100 | 1001011 | 111101 |
Color Harmonies of #BEE650
Complementary color
Monochromatic Colors of #BEE650
Black with #BEE650
Text Example
Text Example
White with #BEE650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE650; }
p { color: rgb(190,230,80); }
H1.HeaderClassName
{
color: #BEE650;
}
.AnyTagClassName
{
color: #BEE650;
}
</style>
background-color css
<style>
a { background-color: #BEE650; }
a { background-color: rgb(190,230,80); }
div.DivClassName
{
background-color: #BEE650;
}
.BgClassName
{
background-color: #BEE650;
}
</style>
border-color css
<style>
span { border-color: #BEE650; }
span { border-color: rgb(190,230,80); }
td.TdClassName
{
border-color: #BEE650;
}
.TagClassName
{
border-color: #BEE650;
}
</style>