Shades of Conifer #99FA5E
Tints of Conifer #99FA5E
RGB
CMYK
RGB Variations
Color information
#99FA5E (or 0x99FA5E) is known color: Conifer. HEX triplet: 99, FA and 5E. RGB value is (153,250,94). Sum of RGB (Red+Green+Blue) = 153+250+94=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #99FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99FA5E is #6605A1. Grayscale: #CBCBCB. Windows color (decimal): -6686114 or 6224537. OLE color: 6224537.
HSL color Cylindrical-coordinate representation of color #99FA5E: hue angle of 97.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99FA5E is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 94 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.02 |
| HSL | 97.31º | 0.94% | 0.67% | - |
| HSV(B) | 97.31º | 0.62% | 0.98% | - |
| XYZ | 49.34 | 75.95 | 22.65 | - |
| YUV | 203.21 | 66.36 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 94 | 0.39 | 0 | 0.62 | 0.02 | 97.31 | 0.94 | 0.67 |
| Hex | 99 | FA | 5E | 27 | 0 | 3E | 2 | 61 | 5E | 43 |
| Octal | 231 | 372 | 136 | 47 | 0 | 76 | 2 | 141 | 136 | 103 |
| Binary | 10011001 | 11111010 | 1011110 | 100111 | 0 | 111110 | 10 | 1100001 | 1011110 | 1000011 |
Color Harmonies of #99FA5E
Complementary color
Monochromatic Colors of #99FA5E
Black with #99FA5E
Text Example
Text Example
White with #99FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FA5E; }
p { color: rgb(153,250,94); }
H1.HeaderClassName
{
color: #99FA5E;
}
.AnyTagClassName
{
color: #99FA5E;
}
</style>
background-color css
<style>
a { background-color: #99FA5E; }
a { background-color: rgb(153,250,94); }
div.DivClassName
{
background-color: #99FA5E;
}
.BgClassName
{
background-color: #99FA5E;
}
</style>
border-color css
<style>
span { border-color: #99FA5E; }
span { border-color: rgb(153,250,94); }
td.TdClassName
{
border-color: #99FA5E;
}
.TagClassName
{
border-color: #99FA5E;
}
</style>