Shades of Conifer #99D655
Tints of Conifer #99D655
RGB
CMYK
RGB Variations
Color information
#99D655 (or 0x99D655) is known color: Conifer. HEX triplet: 99, D6 and 55. RGB value is (153,214,85). Sum of RGB (Red+Green+Blue) = 153+214+85=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #99D655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D655 is #6629AA. Grayscale: #B5B5B5. Windows color (decimal): -6695339 or 5625497. OLE color: 5625497.
HSL color Cylindrical-coordinate representation of color #99D655: hue angle of 88.37º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99D655 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 85 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.16 |
| HSL | 88.37º | 0.61% | 0.59% | - |
| HSV(B) | 88.37º | 0.6% | 0.84% | - |
| XYZ | 38.82 | 55.52 | 17.26 | - |
| YUV | 181.06 | 73.79 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 85 | 0.29 | 0 | 0.60 | 0.16 | 88.37 | 0.61 | 0.59 |
| Hex | 99 | D6 | 55 | 1D | 0 | 3C | 10 | 58 | 3D | 3B |
| Octal | 231 | 326 | 125 | 35 | 0 | 74 | 20 | 130 | 75 | 73 |
| Binary | 10011001 | 11010110 | 1010101 | 11101 | 0 | 111100 | 10000 | 1011000 | 111101 | 111011 |
Color Harmonies of #99D655
Complementary color
Monochromatic Colors of #99D655
Black with #99D655
Text Example
Text Example
White with #99D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D655; }
p { color: rgb(153,214,85); }
H1.HeaderClassName
{
color: #99D655;
}
.AnyTagClassName
{
color: #99D655;
}
</style>
background-color css
<style>
a { background-color: #99D655; }
a { background-color: rgb(153,214,85); }
div.DivClassName
{
background-color: #99D655;
}
.BgClassName
{
background-color: #99D655;
}
</style>
border-color css
<style>
span { border-color: #99D655; }
span { border-color: rgb(153,214,85); }
td.TdClassName
{
border-color: #99D655;
}
.TagClassName
{
border-color: #99D655;
}
</style>