Shades of Conifer #99FA5C
Tints of Conifer #99FA5C
RGB
CMYK
RGB Variations
Color information
#99FA5C (or 0x99FA5C) is known color: Conifer. HEX triplet: 99, FA and 5C. RGB value is (153,250,92). Sum of RGB (Red+Green+Blue) = 153+250+92=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #99FA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99FA5C is #6605A3. Grayscale: #CBCBCB. Windows color (decimal): -6686116 or 6093465. OLE color: 6093465.
HSL color Cylindrical-coordinate representation of color #99FA5C: hue angle of 96.84º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99FA5C is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 92 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.02 |
| HSL | 96.84º | 0.94% | 0.67% | - |
| HSV(B) | 96.84º | 0.63% | 0.98% | - |
| XYZ | 49.25 | 75.92 | 22.18 | - |
| YUV | 202.99 | 65.36 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 92 | 0.39 | 0 | 0.63 | 0.02 | 96.84 | 0.94 | 0.67 |
| Hex | 99 | FA | 5C | 27 | 0 | 3F | 2 | 61 | 5E | 43 |
| Octal | 231 | 372 | 134 | 47 | 0 | 77 | 2 | 141 | 136 | 103 |
| Binary | 10011001 | 11111010 | 1011100 | 100111 | 0 | 111111 | 10 | 1100001 | 1011110 | 1000011 |
Color Harmonies of #99FA5C
Complementary color
Monochromatic Colors of #99FA5C
Black with #99FA5C
Text Example
Text Example
White with #99FA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FA5C; }
p { color: rgb(153,250,92); }
H1.HeaderClassName
{
color: #99FA5C;
}
.AnyTagClassName
{
color: #99FA5C;
}
</style>
background-color css
<style>
a { background-color: #99FA5C; }
a { background-color: rgb(153,250,92); }
div.DivClassName
{
background-color: #99FA5C;
}
.BgClassName
{
background-color: #99FA5C;
}
</style>
border-color css
<style>
span { border-color: #99FA5C; }
span { border-color: rgb(153,250,92); }
td.TdClassName
{
border-color: #99FA5C;
}
.TagClassName
{
border-color: #99FA5C;
}
</style>