Shades of Conifer #99FC5D
Tints of Conifer #99FC5D
RGB
CMYK
RGB Variations
Color information
#99FC5D (or 0x99FC5D) is known color: Conifer. HEX triplet: 99, FC and 5D. RGB value is (153,252,93). Sum of RGB (Red+Green+Blue) = 153+252+93=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #99FC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99FC5D is #6603A2. Grayscale: #CCCCCC. Windows color (decimal): -6685603 or 6159513. OLE color: 6159513.
HSL color Cylindrical-coordinate representation of color #99FC5D: hue angle of 97.36º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99FC5D is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 252 | 93 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.01 |
| HSL | 97.36º | 0.96% | 0.68% | - |
| HSV(B) | 97.36º | 0.63% | 0.99% | - |
| XYZ | 49.92 | 77.18 | 22.62 | - |
| YUV | 204.27 | 65.2 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 252 | 93 | 0.39 | 0 | 0.63 | 0.01 | 97.36 | 0.96 | 0.68 |
| Hex | 99 | FC | 5D | 27 | 0 | 3F | 1 | 61 | 60 | 44 |
| Octal | 231 | 374 | 135 | 47 | 0 | 77 | 1 | 141 | 140 | 104 |
| Binary | 10011001 | 11111100 | 1011101 | 100111 | 0 | 111111 | 1 | 1100001 | 1100000 | 1000100 |
Color Harmonies of #99FC5D
Complementary color
Monochromatic Colors of #99FC5D
Black with #99FC5D
Text Example
Text Example
White with #99FC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FC5D; }
p { color: rgb(153,252,93); }
H1.HeaderClassName
{
color: #99FC5D;
}
.AnyTagClassName
{
color: #99FC5D;
}
</style>
background-color css
<style>
a { background-color: #99FC5D; }
a { background-color: rgb(153,252,93); }
div.DivClassName
{
background-color: #99FC5D;
}
.BgClassName
{
background-color: #99FC5D;
}
</style>
border-color css
<style>
span { border-color: #99FC5D; }
span { border-color: rgb(153,252,93); }
td.TdClassName
{
border-color: #99FC5D;
}
.TagClassName
{
border-color: #99FC5D;
}
</style>