Shades of Conifer #99D05C
Tints of Conifer #99D05C
RGB
CMYK
RGB Variations
Color information
#99D05C (or 0x99D05C) is known color: Conifer. HEX triplet: 99, D0 and 5C. RGB value is (153,208,92). Sum of RGB (Red+Green+Blue) = 153+208+92=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #99D05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D05C is #662FA3. Grayscale: #B2B2B2. Windows color (decimal): -6696868 or 6082713. OLE color: 6082713.
HSL color Cylindrical-coordinate representation of color #99D05C: hue angle of 88.45º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99D05C is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 92 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.18 |
| HSL | 88.45º | 0.55% | 0.59% | - |
| HSV(B) | 88.45º | 0.56% | 0.82% | - |
| XYZ | 37.62 | 52.66 | 18.31 | - |
| YUV | 178.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 92 | 0.26 | 0 | 0.56 | 0.18 | 88.45 | 0.55 | 0.59 |
| Hex | 99 | D0 | 5C | 1A | 0 | 38 | 12 | 58 | 37 | 3B |
| Octal | 231 | 320 | 134 | 32 | 0 | 70 | 22 | 130 | 67 | 73 |
| Binary | 10011001 | 11010000 | 1011100 | 11010 | 0 | 111000 | 10010 | 1011000 | 110111 | 111011 |
Color Harmonies of #99D05C
Complementary color
Monochromatic Colors of #99D05C
Black with #99D05C
Text Example
Text Example
White with #99D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D05C; }
p { color: rgb(153,208,92); }
H1.HeaderClassName
{
color: #99D05C;
}
.AnyTagClassName
{
color: #99D05C;
}
</style>
background-color css
<style>
a { background-color: #99D05C; }
a { background-color: rgb(153,208,92); }
div.DivClassName
{
background-color: #99D05C;
}
.BgClassName
{
background-color: #99D05C;
}
</style>
border-color css
<style>
span { border-color: #99D05C; }
span { border-color: rgb(153,208,92); }
td.TdClassName
{
border-color: #99D05C;
}
.TagClassName
{
border-color: #99D05C;
}
</style>