Shades of Conifer #99DE5C
Tints of Conifer #99DE5C
RGB
CMYK
RGB Variations
Color information
#99DE5C (or 0x99DE5C) is known color: Conifer. HEX triplet: 99, DE and 5C. RGB value is (153,222,92). Sum of RGB (Red+Green+Blue) = 153+222+92=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #99DE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DE5C is #6621A3. Grayscale: #BBBBBB. Windows color (decimal): -6693284 or 6086297. OLE color: 6086297.
HSL color Cylindrical-coordinate representation of color #99DE5C: hue angle of 91.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99DE5C is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 92 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.13 |
| HSL | 91.85º | 0.66% | 0.62% | - |
| HSV(B) | 91.85º | 0.59% | 0.87% | - |
| XYZ | 41.19 | 59.79 | 19.49 | - |
| YUV | 186.55 | 74.64 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 92 | 0.31 | 0 | 0.59 | 0.13 | 91.85 | 0.66 | 0.62 |
| Hex | 99 | DE | 5C | 1F | 0 | 3B | D | 5C | 42 | 3E |
| Octal | 231 | 336 | 134 | 37 | 0 | 73 | 15 | 134 | 102 | 76 |
| Binary | 10011001 | 11011110 | 1011100 | 11111 | 0 | 111011 | 1101 | 1011100 | 1000010 | 111110 |
Color Harmonies of #99DE5C
Complementary color
Monochromatic Colors of #99DE5C
Black with #99DE5C
Text Example
Text Example
White with #99DE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DE5C; }
p { color: rgb(153,222,92); }
H1.HeaderClassName
{
color: #99DE5C;
}
.AnyTagClassName
{
color: #99DE5C;
}
</style>
background-color css
<style>
a { background-color: #99DE5C; }
a { background-color: rgb(153,222,92); }
div.DivClassName
{
background-color: #99DE5C;
}
.BgClassName
{
background-color: #99DE5C;
}
</style>
border-color css
<style>
span { border-color: #99DE5C; }
span { border-color: rgb(153,222,92); }
td.TdClassName
{
border-color: #99DE5C;
}
.TagClassName
{
border-color: #99DE5C;
}
</style>