Shades of Conifer #99E950
Tints of Conifer #99E950
RGB
CMYK
RGB Variations
Color information
#99E950 (or 0x99E950) is known color: Conifer. HEX triplet: 99, E9 and 50. RGB value is (153,233,80). Sum of RGB (Red+Green+Blue) = 153+233+80=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #99E950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99E950 is #6616AF. Grayscale: #C0C0C0. Windows color (decimal): -6690480 or 5302681. OLE color: 5302681.
HSL color Cylindrical-coordinate representation of color #99E950: hue angle of 91.37º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99E950 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 233 | 80 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.09 |
| HSL | 91.37º | 0.78% | 0.61% | - |
| HSV(B) | 91.37º | 0.66% | 0.91% | - |
| XYZ | 43.72 | 65.63 | 17.95 | - |
| YUV | 191.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 233 | 80 | 0.34 | 0 | 0.66 | 0.09 | 91.37 | 0.78 | 0.61 |
| Hex | 99 | E9 | 50 | 22 | 0 | 42 | 9 | 5B | 4E | 3D |
| Octal | 231 | 351 | 120 | 42 | 0 | 102 | 11 | 133 | 116 | 75 |
| Binary | 10011001 | 11101001 | 1010000 | 100010 | 0 | 1000010 | 1001 | 1011011 | 1001110 | 111101 |
Color Harmonies of #99E950
Complementary color
Monochromatic Colors of #99E950
Black with #99E950
Text Example
Text Example
White with #99E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E950; }
p { color: rgb(153,233,80); }
H1.HeaderClassName
{
color: #99E950;
}
.AnyTagClassName
{
color: #99E950;
}
</style>
background-color css
<style>
a { background-color: #99E950; }
a { background-color: rgb(153,233,80); }
div.DivClassName
{
background-color: #99E950;
}
.BgClassName
{
background-color: #99E950;
}
</style>
border-color css
<style>
span { border-color: #99E950; }
span { border-color: rgb(153,233,80); }
td.TdClassName
{
border-color: #99E950;
}
.TagClassName
{
border-color: #99E950;
}
</style>