Shades of Pale Green #7FFCA1
Tints of Pale Green #7FFCA1
RGB
CMYK
RGB Variations
Color information
#7FFCA1 (or 0x7FFCA1) is known color: Pale Green. HEX triplet: 7F, FC and A1. RGB value is (127,252,161). Sum of RGB (Red+Green+Blue) = 127+252+161=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFCA1 is #80035E. Grayscale: #CCCCCC. Windows color (decimal): -8389471 or 10615935. OLE color: 10615935.
HSL color Cylindrical-coordinate representation of color #7FFCA1: hue angle of 136.32º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCA1 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 161 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.01 |
| HSL | 136.32º | 0.95% | 0.74% | - |
| HSV(B) | 136.32º | 0.5% | 0.99% | - |
| XYZ | 50 | 76.71 | 45.89 | - |
| YUV | 204.25 | 103.59 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 161 | 0.50 | 0 | 0.36 | 0.01 | 136.32 | 0.95 | 0.74 |
| Hex | 7F | FC | A1 | 32 | 0 | 24 | 1 | 88 | 5F | 4A |
| Octal | 177 | 374 | 241 | 62 | 0 | 44 | 1 | 210 | 137 | 112 |
| Binary | 1111111 | 11111100 | 10100001 | 110010 | 0 | 100100 | 1 | 10001000 | 1011111 | 1001010 |
Color Harmonies of #7FFCA1
Complementary color
Monochromatic Colors of #7FFCA1
Black with #7FFCA1
Text Example
Text Example
White with #7FFCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCA1; }
p { color: rgb(127,252,161); }
H1.HeaderClassName
{
color: #7FFCA1;
}
.AnyTagClassName
{
color: #7FFCA1;
}
</style>
background-color css
<style>
a { background-color: #7FFCA1; }
a { background-color: rgb(127,252,161); }
div.DivClassName
{
background-color: #7FFCA1;
}
.BgClassName
{
background-color: #7FFCA1;
}
</style>
border-color css
<style>
span { border-color: #7FFCA1; }
span { border-color: rgb(127,252,161); }
td.TdClassName
{
border-color: #7FFCA1;
}
.TagClassName
{
border-color: #7FFCA1;
}
</style>