Shades of Conifer #99DF60
Tints of Conifer #99DF60
RGB
CMYK
RGB Variations
Color information
#99DF60 (or 0x99DF60) is known color: Conifer. HEX triplet: 99, DF and 60. RGB value is (153,223,96). Sum of RGB (Red+Green+Blue) = 153+223+96=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DF60 is #66209F. Grayscale: #BCBCBC. Windows color (decimal): -6693024 or 6348697. OLE color: 6348697.
HSL color Cylindrical-coordinate representation of color #99DF60: hue angle of 93.07º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99DF60 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 96 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.13 |
| HSL | 93.07º | 0.66% | 0.63% | - |
| HSV(B) | 93.07º | 0.57% | 0.87% | - |
| XYZ | 41.64 | 60.39 | 20.53 | - |
| YUV | 187.59 | 76.31 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 96 | 0.31 | 0 | 0.57 | 0.13 | 93.07 | 0.66 | 0.63 |
| Hex | 99 | DF | 60 | 1F | 0 | 39 | D | 5D | 42 | 3F |
| Octal | 231 | 337 | 140 | 37 | 0 | 71 | 15 | 135 | 102 | 77 |
| Binary | 10011001 | 11011111 | 1100000 | 11111 | 0 | 111001 | 1101 | 1011101 | 1000010 | 111111 |
Color Harmonies of #99DF60
Complementary color
Monochromatic Colors of #99DF60
Black with #99DF60
Text Example
Text Example
White with #99DF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF60; }
p { color: rgb(153,223,96); }
H1.HeaderClassName
{
color: #99DF60;
}
.AnyTagClassName
{
color: #99DF60;
}
</style>
background-color css
<style>
a { background-color: #99DF60; }
a { background-color: rgb(153,223,96); }
div.DivClassName
{
background-color: #99DF60;
}
.BgClassName
{
background-color: #99DF60;
}
</style>
border-color css
<style>
span { border-color: #99DF60; }
span { border-color: rgb(153,223,96); }
td.TdClassName
{
border-color: #99DF60;
}
.TagClassName
{
border-color: #99DF60;
}
</style>