Shades of Pale Green #9DFC80
Tints of Pale Green #9DFC80
RGB
CMYK
RGB Variations
Color information
#9DFC80 (or 0x9DFC80) is known color: Pale Green. HEX triplet: 9D, FC and 80. RGB value is (157,252,128). Sum of RGB (Red+Green+Blue) = 157+252+128=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFC80 is #62037F. Grayscale: #D1D1D1. Windows color (decimal): -6423424 or 8453277. OLE color: 8453277.
HSL color Cylindrical-coordinate representation of color #9DFC80: hue angle of 105.97º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DFC80 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 128 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.01 |
| HSL | 105.97º | 0.95% | 0.75% | - |
| HSV(B) | 105.97º | 0.49% | 0.99% | - |
| XYZ | 52.61 | 78.35 | 32.77 | - |
| YUV | 209.46 | 82.03 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 128 | 0.38 | 0 | 0.49 | 0.01 | 105.97 | 0.95 | 0.75 |
| Hex | 9D | FC | 80 | 26 | 0 | 31 | 1 | 6A | 5F | 4B |
| Octal | 235 | 374 | 200 | 46 | 0 | 61 | 1 | 152 | 137 | 113 |
| Binary | 10011101 | 11111100 | 10000000 | 100110 | 0 | 110001 | 1 | 1101010 | 1011111 | 1001011 |
Color Harmonies of #9DFC80
Complementary color
Monochromatic Colors of #9DFC80
Black with #9DFC80
Text Example
Text Example
White with #9DFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFC80; }
p { color: rgb(157,252,128); }
H1.HeaderClassName
{
color: #9DFC80;
}
.AnyTagClassName
{
color: #9DFC80;
}
</style>
background-color css
<style>
a { background-color: #9DFC80; }
a { background-color: rgb(157,252,128); }
div.DivClassName
{
background-color: #9DFC80;
}
.BgClassName
{
background-color: #9DFC80;
}
</style>
border-color css
<style>
span { border-color: #9DFC80; }
span { border-color: rgb(157,252,128); }
td.TdClassName
{
border-color: #9DFC80;
}
.TagClassName
{
border-color: #9DFC80;
}
</style>