Shades of Conifer #BEE25D
Tints of Conifer #BEE25D
RGB
CMYK
RGB Variations
Color information
#BEE25D (or 0xBEE25D) is known color: Conifer. HEX triplet: BE, E2 and 5D. RGB value is (190,226,93). Sum of RGB (Red+Green+Blue) = 190+226+93=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE25D is #411DA2. Grayscale: #C8C8C8. Windows color (decimal): -4267427 or 6152894. OLE color: 6152894.
HSL color Cylindrical-coordinate representation of color #BEE25D: hue angle of 76.24º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEE25D is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 93 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.11 |
| HSL | 76.24º | 0.7% | 0.63% | - |
| HSV(B) | 76.24º | 0.59% | 0.89% | - |
| XYZ | 50.41 | 66.13 | 20.46 | - |
| YUV | 200.07 | 67.57 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 93 | 0.16 | 0 | 0.59 | 0.11 | 76.24 | 0.7 | 0.63 |
| Hex | BE | E2 | 5D | 10 | 0 | 3B | B | 4C | 46 | 3F |
| Octal | 276 | 342 | 135 | 20 | 0 | 73 | 13 | 114 | 106 | 77 |
| Binary | 10111110 | 11100010 | 1011101 | 10000 | 0 | 111011 | 1011 | 1001100 | 1000110 | 111111 |
Color Harmonies of #BEE25D
Complementary color
Monochromatic Colors of #BEE25D
Black with #BEE25D
Text Example
Text Example
White with #BEE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE25D; }
p { color: rgb(190,226,93); }
H1.HeaderClassName
{
color: #BEE25D;
}
.AnyTagClassName
{
color: #BEE25D;
}
</style>
background-color css
<style>
a { background-color: #BEE25D; }
a { background-color: rgb(190,226,93); }
div.DivClassName
{
background-color: #BEE25D;
}
.BgClassName
{
background-color: #BEE25D;
}
</style>
border-color css
<style>
span { border-color: #BEE25D; }
span { border-color: rgb(190,226,93); }
td.TdClassName
{
border-color: #BEE25D;
}
.TagClassName
{
border-color: #BEE25D;
}
</style>