Shades of Pale Green #93FC8C
Tints of Pale Green #93FC8C
RGB
CMYK
RGB Variations
Color information
#93FC8C (or 0x93FC8C) is known color: Pale Green. HEX triplet: 93, FC and 8C. RGB value is (147,252,140). Sum of RGB (Red+Green+Blue) = 147+252+140=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #93FC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FC8C is #6C0373. Grayscale: #D0D0D0. Windows color (decimal): -7078772 or 9239699. OLE color: 9239699.
HSL color Cylindrical-coordinate representation of color #93FC8C: hue angle of 116.25º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93FC8C is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 140 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.01 |
| HSL | 116.25º | 0.95% | 0.77% | - |
| HSV(B) | 116.25º | 0.44% | 0.99% | - |
| XYZ | 51.58 | 77.72 | 37.09 | - |
| YUV | 207.84 | 89.71 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 140 | 0.42 | 0 | 0.44 | 0.01 | 116.25 | 0.95 | 0.77 |
| Hex | 93 | FC | 8C | 2A | 0 | 2C | 1 | 74 | 5F | 4D |
| Octal | 223 | 374 | 214 | 52 | 0 | 54 | 1 | 164 | 137 | 115 |
| Binary | 10010011 | 11111100 | 10001100 | 101010 | 0 | 101100 | 1 | 1110100 | 1011111 | 1001101 |
Color Harmonies of #93FC8C
Complementary color
Monochromatic Colors of #93FC8C
Black with #93FC8C
Text Example
Text Example
White with #93FC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FC8C; }
p { color: rgb(147,252,140); }
H1.HeaderClassName
{
color: #93FC8C;
}
.AnyTagClassName
{
color: #93FC8C;
}
</style>
background-color css
<style>
a { background-color: #93FC8C; }
a { background-color: rgb(147,252,140); }
div.DivClassName
{
background-color: #93FC8C;
}
.BgClassName
{
background-color: #93FC8C;
}
</style>
border-color css
<style>
span { border-color: #93FC8C; }
span { border-color: rgb(147,252,140); }
td.TdClassName
{
border-color: #93FC8C;
}
.TagClassName
{
border-color: #93FC8C;
}
</style>