Shades of Spring Rain #99C38D
Tints of Spring Rain #99C38D
RGB
CMYK
RGB Variations
Color information
#99C38D (or 0x99C38D) is known color: Spring Rain. HEX triplet: 99, C3 and 8D. RGB value is (153,195,141). Sum of RGB (Red+Green+Blue) = 153+195+141=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #99C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C38D is #663C72. Grayscale: #B0B0B0. Windows color (decimal): -6700147 or 9290649. OLE color: 9290649.
HSL color Cylindrical-coordinate representation of color #99C38D: hue angle of 106.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99C38D is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 141 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.24 |
| HSL | 106.67º | 0.31% | 0.66% | - |
| HSV(B) | 106.67º | 0.28% | 0.76% | - |
| XYZ | 37.46 | 47.73 | 32.44 | - |
| YUV | 176.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 141 | 0.22 | 0 | 0.28 | 0.24 | 106.67 | 0.31 | 0.66 |
| Hex | 99 | C3 | 8D | 16 | 0 | 1C | 18 | 6B | 1F | 42 |
| Octal | 231 | 303 | 215 | 26 | 0 | 34 | 30 | 153 | 37 | 102 |
| Binary | 10011001 | 11000011 | 10001101 | 10110 | 0 | 11100 | 11000 | 1101011 | 11111 | 1000010 |
Color Harmonies of #99C38D
Complementary color
Monochromatic Colors of #99C38D
Black with #99C38D
Text Example
Text Example
White with #99C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C38D; }
p { color: rgb(153,195,141); }
H1.HeaderClassName
{
color: #99C38D;
}
.AnyTagClassName
{
color: #99C38D;
}
</style>
background-color css
<style>
a { background-color: #99C38D; }
a { background-color: rgb(153,195,141); }
div.DivClassName
{
background-color: #99C38D;
}
.BgClassName
{
background-color: #99C38D;
}
</style>
border-color css
<style>
span { border-color: #99C38D; }
span { border-color: rgb(153,195,141); }
td.TdClassName
{
border-color: #99C38D;
}
.TagClassName
{
border-color: #99C38D;
}
</style>