Shades of Conifer #99DA5D
Tints of Conifer #99DA5D
RGB
CMYK
RGB Variations
Color information
#99DA5D (or 0x99DA5D) is known color: Conifer. HEX triplet: 99, DA and 5D. RGB value is (153,218,93). Sum of RGB (Red+Green+Blue) = 153+218+93=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DA5D is #6625A2. Grayscale: #B8B8B8. Windows color (decimal): -6694307 or 6150809. OLE color: 6150809.
HSL color Cylindrical-coordinate representation of color #99DA5D: hue angle of 91.2º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99DA5D is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 93 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.15 |
| HSL | 91.2º | 0.63% | 0.61% | - |
| HSV(B) | 91.2º | 0.57% | 0.85% | - |
| XYZ | 40.18 | 57.71 | 19.38 | - |
| YUV | 184.32 | 76.47 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 93 | 0.30 | 0 | 0.57 | 0.15 | 91.2 | 0.63 | 0.61 |
| Hex | 99 | DA | 5D | 1E | 0 | 39 | F | 5B | 3F | 3D |
| Octal | 231 | 332 | 135 | 36 | 0 | 71 | 17 | 133 | 77 | 75 |
| Binary | 10011001 | 11011010 | 1011101 | 11110 | 0 | 111001 | 1111 | 1011011 | 111111 | 111101 |
Color Harmonies of #99DA5D
Complementary color
Monochromatic Colors of #99DA5D
Black with #99DA5D
Text Example
Text Example
White with #99DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DA5D; }
p { color: rgb(153,218,93); }
H1.HeaderClassName
{
color: #99DA5D;
}
.AnyTagClassName
{
color: #99DA5D;
}
</style>
background-color css
<style>
a { background-color: #99DA5D; }
a { background-color: rgb(153,218,93); }
div.DivClassName
{
background-color: #99DA5D;
}
.BgClassName
{
background-color: #99DA5D;
}
</style>
border-color css
<style>
span { border-color: #99DA5D; }
span { border-color: rgb(153,218,93); }
td.TdClassName
{
border-color: #99DA5D;
}
.TagClassName
{
border-color: #99DA5D;
}
</style>