Shades of Conifer #BEE450
Tints of Conifer #BEE450
RGB
CMYK
RGB Variations
Color information
#BEE450 (or 0xBEE450) is known color: Conifer. HEX triplet: BE, E4 and 50. RGB value is (190,228,80). Sum of RGB (Red+Green+Blue) = 190+228+80=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE450 is #411BAF. Grayscale: #C8C8C8. Windows color (decimal): -4266928 or 5301438. OLE color: 5301438.
HSL color Cylindrical-coordinate representation of color #BEE450: hue angle of 75.41º degrees, saturation: 0.73, 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 #BEE450 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 80 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.11 |
| HSL | 75.41º | 0.73% | 0.6% | - |
| HSV(B) | 75.41º | 0.65% | 0.89% | - |
| XYZ | 50.43 | 67.01 | 17.87 | - |
| YUV | 199.77 | 60.41 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 80 | 0.17 | 0 | 0.65 | 0.11 | 75.41 | 0.73 | 0.6 |
| Hex | BE | E4 | 50 | 11 | 0 | 41 | B | 4B | 49 | 3C |
| Octal | 276 | 344 | 120 | 21 | 0 | 101 | 13 | 113 | 111 | 74 |
| Binary | 10111110 | 11100100 | 1010000 | 10001 | 0 | 1000001 | 1011 | 1001011 | 1001001 | 111100 |
Color Harmonies of #BEE450
Complementary color
Monochromatic Colors of #BEE450
Black with #BEE450
Text Example
Text Example
White with #BEE450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE450; }
p { color: rgb(190,228,80); }
H1.HeaderClassName
{
color: #BEE450;
}
.AnyTagClassName
{
color: #BEE450;
}
</style>
background-color css
<style>
a { background-color: #BEE450; }
a { background-color: rgb(190,228,80); }
div.DivClassName
{
background-color: #BEE450;
}
.BgClassName
{
background-color: #BEE450;
}
</style>
border-color css
<style>
span { border-color: #BEE450; }
span { border-color: rgb(190,228,80); }
td.TdClassName
{
border-color: #BEE450;
}
.TagClassName
{
border-color: #BEE450;
}
</style>