Shades of Conifer #99ED5E
Tints of Conifer #99ED5E
RGB
CMYK
RGB Variations
Color information
#99ED5E (or 0x99ED5E) is known color: Conifer. HEX triplet: 99, ED and 5E. RGB value is (153,237,94). Sum of RGB (Red+Green+Blue) = 153+237+94=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #99ED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99ED5E is #6612A1. Grayscale: #C4C4C4. Windows color (decimal): -6689442 or 6221209. OLE color: 6221209.
HSL color Cylindrical-coordinate representation of color #99ED5E: hue angle of 95.24º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99ED5E is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 237 | 94 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.07 |
| HSL | 95.24º | 0.8% | 0.65% | - |
| HSV(B) | 95.24º | 0.6% | 0.93% | - |
| XYZ | 45.44 | 68.15 | 21.35 | - |
| YUV | 195.58 | 70.67 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 94 | 0.35 | 0 | 0.60 | 0.07 | 95.24 | 0.8 | 0.65 |
| Hex | 99 | ED | 5E | 23 | 0 | 3C | 7 | 5F | 50 | 41 |
| Octal | 231 | 355 | 136 | 43 | 0 | 74 | 7 | 137 | 120 | 101 |
| Binary | 10011001 | 11101101 | 1011110 | 100011 | 0 | 111100 | 111 | 1011111 | 1010000 | 1000001 |
Color Harmonies of #99ED5E
Complementary color
Monochromatic Colors of #99ED5E
Black with #99ED5E
Text Example
Text Example
White with #99ED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ED5E; }
p { color: rgb(153,237,94); }
H1.HeaderClassName
{
color: #99ED5E;
}
.AnyTagClassName
{
color: #99ED5E;
}
</style>
background-color css
<style>
a { background-color: #99ED5E; }
a { background-color: rgb(153,237,94); }
div.DivClassName
{
background-color: #99ED5E;
}
.BgClassName
{
background-color: #99ED5E;
}
</style>
border-color css
<style>
span { border-color: #99ED5E; }
span { border-color: rgb(153,237,94); }
td.TdClassName
{
border-color: #99ED5E;
}
.TagClassName
{
border-color: #99ED5E;
}
</style>