Shades of Conifer #9EEB4D
Tints of Conifer #9EEB4D
RGB
CMYK
RGB Variations
Color information
#9EEB4D (or 0x9EEB4D) is known color: Conifer. HEX triplet: 9E, EB and 4D. RGB value is (158,235,77). Sum of RGB (Red+Green+Blue) = 158+235+77=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEB4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEB4D is #6114B2. Grayscale: #C2C2C2. Windows color (decimal): -6362291 or 5106590. OLE color: 5106590.
HSL color Cylindrical-coordinate representation of color #9EEB4D: hue angle of 89.24º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EEB4D is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 235 | 77 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.08 |
| HSL | 89.24º | 0.8% | 0.61% | - |
| HSV(B) | 89.24º | 0.67% | 0.92% | - |
| XYZ | 45.15 | 67.22 | 17.62 | - |
| YUV | 193.97 | 61.99 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 77 | 0.33 | 0 | 0.67 | 0.08 | 89.24 | 0.8 | 0.61 |
| Hex | 9E | EB | 4D | 21 | 0 | 43 | 8 | 59 | 50 | 3D |
| Octal | 236 | 353 | 115 | 41 | 0 | 103 | 10 | 131 | 120 | 75 |
| Binary | 10011110 | 11101011 | 1001101 | 100001 | 0 | 1000011 | 1000 | 1011001 | 1010000 | 111101 |
Color Harmonies of #9EEB4D
Complementary color
Monochromatic Colors of #9EEB4D
Black with #9EEB4D
Text Example
Text Example
White with #9EEB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEB4D; }
p { color: rgb(158,235,77); }
H1.HeaderClassName
{
color: #9EEB4D;
}
.AnyTagClassName
{
color: #9EEB4D;
}
</style>
background-color css
<style>
a { background-color: #9EEB4D; }
a { background-color: rgb(158,235,77); }
div.DivClassName
{
background-color: #9EEB4D;
}
.BgClassName
{
background-color: #9EEB4D;
}
</style>
border-color css
<style>
span { border-color: #9EEB4D; }
span { border-color: rgb(158,235,77); }
td.TdClassName
{
border-color: #9EEB4D;
}
.TagClassName
{
border-color: #9EEB4D;
}
</style>