Shades of Conifer #BEE05D
Tints of Conifer #BEE05D
RGB
CMYK
RGB Variations
Color information
#BEE05D (or 0xBEE05D) is known color: Conifer. HEX triplet: BE, E0 and 5D. RGB value is (190,224,93). Sum of RGB (Red+Green+Blue) = 190+224+93=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE05D is #411FA2. Grayscale: #C7C7C7. Windows color (decimal): -4267939 or 6152382. OLE color: 6152382.
HSL color Cylindrical-coordinate representation of color #BEE05D: hue angle of 75.57º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEE05D is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 93 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.12 |
| HSL | 75.57º | 0.68% | 0.62% | - |
| HSV(B) | 75.57º | 0.58% | 0.88% | - |
| XYZ | 49.87 | 65.05 | 20.28 | - |
| YUV | 198.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 93 | 0.15 | 0 | 0.58 | 0.12 | 75.57 | 0.68 | 0.62 |
| Hex | BE | E0 | 5D | F | 0 | 3A | C | 4C | 44 | 3E |
| Octal | 276 | 340 | 135 | 17 | 0 | 72 | 14 | 114 | 104 | 76 |
| Binary | 10111110 | 11100000 | 1011101 | 1111 | 0 | 111010 | 1100 | 1001100 | 1000100 | 111110 |
Color Harmonies of #BEE05D
Complementary color
Monochromatic Colors of #BEE05D
Black with #BEE05D
Text Example
Text Example
White with #BEE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE05D; }
p { color: rgb(190,224,93); }
H1.HeaderClassName
{
color: #BEE05D;
}
.AnyTagClassName
{
color: #BEE05D;
}
</style>
background-color css
<style>
a { background-color: #BEE05D; }
a { background-color: rgb(190,224,93); }
div.DivClassName
{
background-color: #BEE05D;
}
.BgClassName
{
background-color: #BEE05D;
}
</style>
border-color css
<style>
span { border-color: #BEE05D; }
span { border-color: rgb(190,224,93); }
td.TdClassName
{
border-color: #BEE05D;
}
.TagClassName
{
border-color: #BEE05D;
}
</style>