Shades of Conifer #BEE45B
Tints of Conifer #BEE45B
RGB
CMYK
RGB Variations
Color information
#BEE45B (or 0xBEE45B) is known color: Conifer. HEX triplet: BE, E4 and 5B. RGB value is (190,228,91). Sum of RGB (Red+Green+Blue) = 190+228+91=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE45B is #411BA4. Grayscale: #C9C9C9. Windows color (decimal): -4266917 or 6022334. OLE color: 6022334.
HSL color Cylindrical-coordinate representation of color #BEE45B: hue angle of 76.64º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEE45B is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 91 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.11 |
| HSL | 76.64º | 0.72% | 0.63% | - |
| HSV(B) | 76.64º | 0.6% | 0.89% | - |
| XYZ | 50.87 | 67.19 | 20.19 | - |
| YUV | 201.02 | 65.91 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 91 | 0.17 | 0 | 0.60 | 0.11 | 76.64 | 0.72 | 0.63 |
| Hex | BE | E4 | 5B | 11 | 0 | 3C | B | 4D | 48 | 3F |
| Octal | 276 | 344 | 133 | 21 | 0 | 74 | 13 | 115 | 110 | 77 |
| Binary | 10111110 | 11100100 | 1011011 | 10001 | 0 | 111100 | 1011 | 1001101 | 1001000 | 111111 |
Color Harmonies of #BEE45B
Complementary color
Monochromatic Colors of #BEE45B
Black with #BEE45B
Text Example
Text Example
White with #BEE45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE45B; }
p { color: rgb(190,228,91); }
H1.HeaderClassName
{
color: #BEE45B;
}
.AnyTagClassName
{
color: #BEE45B;
}
</style>
background-color css
<style>
a { background-color: #BEE45B; }
a { background-color: rgb(190,228,91); }
div.DivClassName
{
background-color: #BEE45B;
}
.BgClassName
{
background-color: #BEE45B;
}
</style>
border-color css
<style>
span { border-color: #BEE45B; }
span { border-color: rgb(190,228,91); }
td.TdClassName
{
border-color: #BEE45B;
}
.TagClassName
{
border-color: #BEE45B;
}
</style>