Shades of Pale Green #7FFCAC
Tints of Pale Green #7FFCAC
RGB
CMYK
RGB Variations
Color information
#7FFCAC (or 0x7FFCAC) is known color: Pale Green. HEX triplet: 7F, FC and AC. RGB value is (127,252,172). Sum of RGB (Red+Green+Blue) = 127+252+172=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFCAC is #800353. Grayscale: #CDCDCD. Windows color (decimal): -8389460 or 11336831. OLE color: 11336831.
HSL color Cylindrical-coordinate representation of color #7FFCAC: hue angle of 141.6º 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 #7FFCAC is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 172 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.01 |
| HSL | 141.6º | 0.95% | 0.74% | - |
| HSV(B) | 141.6º | 0.5% | 0.99% | - |
| XYZ | 51.01 | 77.11 | 51.23 | - |
| YUV | 205.51 | 109.09 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 172 | 0.50 | 0 | 0.32 | 0.01 | 141.6 | 0.95 | 0.74 |
| Hex | 7F | FC | AC | 32 | 0 | 20 | 1 | 8E | 5F | 4A |
| Octal | 177 | 374 | 254 | 62 | 0 | 40 | 1 | 216 | 137 | 112 |
| Binary | 1111111 | 11111100 | 10101100 | 110010 | 0 | 100000 | 1 | 10001110 | 1011111 | 1001010 |
Color Harmonies of #7FFCAC
Complementary color
Monochromatic Colors of #7FFCAC
Black with #7FFCAC
Text Example
Text Example
White with #7FFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCAC; }
p { color: rgb(127,252,172); }
H1.HeaderClassName
{
color: #7FFCAC;
}
.AnyTagClassName
{
color: #7FFCAC;
}
</style>
background-color css
<style>
a { background-color: #7FFCAC; }
a { background-color: rgb(127,252,172); }
div.DivClassName
{
background-color: #7FFCAC;
}
.BgClassName
{
background-color: #7FFCAC;
}
</style>
border-color css
<style>
span { border-color: #7FFCAC; }
span { border-color: rgb(127,252,172); }
td.TdClassName
{
border-color: #7FFCAC;
}
.TagClassName
{
border-color: #7FFCAC;
}
</style>