Shades of Conifer #9EEE53
Tints of Conifer #9EEE53
RGB
CMYK
RGB Variations
Color information
#9EEE53 (or 0x9EEE53) is known color: Conifer. HEX triplet: 9E, EE and 53. RGB value is (158,238,83). Sum of RGB (Red+Green+Blue) = 158+238+83=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEE53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEE53 is #6111AC. Grayscale: #C4C4C4. Windows color (decimal): -6361517 or 5500574. OLE color: 5500574.
HSL color Cylindrical-coordinate representation of color #9EEE53: hue angle of 90.97º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9EEE53 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 238 | 83 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.07 |
| HSL | 90.97º | 0.82% | 0.63% | - |
| HSV(B) | 90.97º | 0.65% | 0.93% | - |
| XYZ | 46.24 | 69.04 | 19.07 | - |
| YUV | 196.41 | 64 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 238 | 83 | 0.34 | 0 | 0.65 | 0.07 | 90.97 | 0.82 | 0.63 |
| Hex | 9E | EE | 53 | 22 | 0 | 41 | 7 | 5B | 52 | 3F |
| Octal | 236 | 356 | 123 | 42 | 0 | 101 | 7 | 133 | 122 | 77 |
| Binary | 10011110 | 11101110 | 1010011 | 100010 | 0 | 1000001 | 111 | 1011011 | 1010010 | 111111 |
Color Harmonies of #9EEE53
Complementary color
Monochromatic Colors of #9EEE53
Black with #9EEE53
Text Example
Text Example
White with #9EEE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEE53; }
p { color: rgb(158,238,83); }
H1.HeaderClassName
{
color: #9EEE53;
}
.AnyTagClassName
{
color: #9EEE53;
}
</style>
background-color css
<style>
a { background-color: #9EEE53; }
a { background-color: rgb(158,238,83); }
div.DivClassName
{
background-color: #9EEE53;
}
.BgClassName
{
background-color: #9EEE53;
}
</style>
border-color css
<style>
span { border-color: #9EEE53; }
span { border-color: rgb(158,238,83); }
td.TdClassName
{
border-color: #9EEE53;
}
.TagClassName
{
border-color: #9EEE53;
}
</style>