Shades of Conifer #99DD5C
Tints of Conifer #99DD5C
RGB
CMYK
RGB Variations
Color information
#99DD5C (or 0x99DD5C) is known color: Conifer. HEX triplet: 99, DD and 5C. RGB value is (153,221,92). Sum of RGB (Red+Green+Blue) = 153+221+92=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DD5C is #6622A3. Grayscale: #BABABA. Windows color (decimal): -6693540 or 6086041. OLE color: 6086041.
HSL color Cylindrical-coordinate representation of color #99DD5C: hue angle of 91.63º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99DD5C is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 92 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.13 |
| HSL | 91.63º | 0.65% | 0.61% | - |
| HSV(B) | 91.63º | 0.58% | 0.87% | - |
| XYZ | 40.93 | 59.26 | 19.41 | - |
| YUV | 185.96 | 74.97 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 92 | 0.31 | 0 | 0.58 | 0.13 | 91.63 | 0.65 | 0.61 |
| Hex | 99 | DD | 5C | 1F | 0 | 3A | D | 5C | 41 | 3D |
| Octal | 231 | 335 | 134 | 37 | 0 | 72 | 15 | 134 | 101 | 75 |
| Binary | 10011001 | 11011101 | 1011100 | 11111 | 0 | 111010 | 1101 | 1011100 | 1000001 | 111101 |
Color Harmonies of #99DD5C
Complementary color
Monochromatic Colors of #99DD5C
Black with #99DD5C
Text Example
Text Example
White with #99DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DD5C; }
p { color: rgb(153,221,92); }
H1.HeaderClassName
{
color: #99DD5C;
}
.AnyTagClassName
{
color: #99DD5C;
}
</style>
background-color css
<style>
a { background-color: #99DD5C; }
a { background-color: rgb(153,221,92); }
div.DivClassName
{
background-color: #99DD5C;
}
.BgClassName
{
background-color: #99DD5C;
}
</style>
border-color css
<style>
span { border-color: #99DD5C; }
span { border-color: rgb(153,221,92); }
td.TdClassName
{
border-color: #99DD5C;
}
.TagClassName
{
border-color: #99DD5C;
}
</style>