Shades of Pale Green #7FFAA5
Tints of Pale Green #7FFAA5
RGB
CMYK
RGB Variations
Color information
#7FFAA5 (or 0x7FFAA5) is known color: Pale Green. HEX triplet: 7F, FA and A5. RGB value is (127,250,165). Sum of RGB (Red+Green+Blue) = 127+250+165=542 (71% of max value = 765). Red value is 127 (50% from 255 or 23.43% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFAA5 is #80055A. Grayscale: #CBCBCB. Windows color (decimal): -8389979 or 10877567. OLE color: 10877567.
HSL color Cylindrical-coordinate representation of color #7FFAA5: hue angle of 138.54º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFAA5 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 165 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.02 |
| HSL | 138.54º | 0.92% | 0.74% | - |
| HSV(B) | 138.54º | 0.49% | 0.98% | - |
| XYZ | 49.73 | 75.6 | 47.57 | - |
| YUV | 203.53 | 106.25 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 165 | 0.49 | 0 | 0.34 | 0.02 | 138.54 | 0.92 | 0.74 |
| Hex | 7F | FA | A5 | 31 | 0 | 22 | 2 | 8B | 5C | 4A |
| Octal | 177 | 372 | 245 | 61 | 0 | 42 | 2 | 213 | 134 | 112 |
| Binary | 1111111 | 11111010 | 10100101 | 110001 | 0 | 100010 | 10 | 10001011 | 1011100 | 1001010 |
Color Harmonies of #7FFAA5
Complementary color
Monochromatic Colors of #7FFAA5
Black with #7FFAA5
Text Example
Text Example
White with #7FFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAA5; }
p { color: rgb(127,250,165); }
H1.HeaderClassName
{
color: #7FFAA5;
}
.AnyTagClassName
{
color: #7FFAA5;
}
</style>
background-color css
<style>
a { background-color: #7FFAA5; }
a { background-color: rgb(127,250,165); }
div.DivClassName
{
background-color: #7FFAA5;
}
.BgClassName
{
background-color: #7FFAA5;
}
</style>
border-color css
<style>
span { border-color: #7FFAA5; }
span { border-color: rgb(127,250,165); }
td.TdClassName
{
border-color: #7FFAA5;
}
.TagClassName
{
border-color: #7FFAA5;
}
</style>