Shades of Pale Green #97FCA4
Tints of Pale Green #97FCA4
RGB
CMYK
RGB Variations
Color information
#97FCA4 (or 0x97FCA4) is known color: Pale Green. HEX triplet: 97, FC and A4. RGB value is (151,252,164). Sum of RGB (Red+Green+Blue) = 151+252+164=567 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.63% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #97FCA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97FCA4 is #68035B. Grayscale: #D4D4D4. Windows color (decimal): -6816604 or 10812567. OLE color: 10812567.
HSL color Cylindrical-coordinate representation of color #97FCA4: hue angle of 127.72º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FCA4 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 252 | 164 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.01 |
| HSL | 127.72º | 0.94% | 0.79% | - |
| HSV(B) | 127.72º | 0.4% | 0.99% | - |
| XYZ | 54.27 | 78.88 | 47.49 | - |
| YUV | 211.77 | 101.04 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 252 | 164 | 0.40 | 0 | 0.35 | 0.01 | 127.72 | 0.94 | 0.79 |
| Hex | 97 | FC | A4 | 28 | 0 | 23 | 1 | 80 | 5E | 4F |
| Octal | 227 | 374 | 244 | 50 | 0 | 43 | 1 | 200 | 136 | 117 |
| Binary | 10010111 | 11111100 | 10100100 | 101000 | 0 | 100011 | 1 | 10000000 | 1011110 | 1001111 |
Color Harmonies of #97FCA4
Complementary color
Monochromatic Colors of #97FCA4
Black with #97FCA4
Text Example
Text Example
White with #97FCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FCA4; }
p { color: rgb(151,252,164); }
H1.HeaderClassName
{
color: #97FCA4;
}
.AnyTagClassName
{
color: #97FCA4;
}
</style>
background-color css
<style>
a { background-color: #97FCA4; }
a { background-color: rgb(151,252,164); }
div.DivClassName
{
background-color: #97FCA4;
}
.BgClassName
{
background-color: #97FCA4;
}
</style>
border-color css
<style>
span { border-color: #97FCA4; }
span { border-color: rgb(151,252,164); }
td.TdClassName
{
border-color: #97FCA4;
}
.TagClassName
{
border-color: #97FCA4;
}
</style>