Shades of Pale Green #93FBA5
Tints of Pale Green #93FBA5
RGB
CMYK
RGB Variations
Color information
#93FBA5 (or 0x93FBA5) is known color: Pale Green. HEX triplet: 93, FB and A5. RGB value is (147,251,165). Sum of RGB (Red+Green+Blue) = 147+251+165=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #93FBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FBA5 is #6C045A. Grayscale: #D2D2D2. Windows color (decimal): -7079003 or 10877843. OLE color: 10877843.
HSL color Cylindrical-coordinate representation of color #93FBA5: hue angle of 130.38º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FBA5 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 251 | 165 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.02 |
| HSL | 130.38º | 0.93% | 0.78% | - |
| HSV(B) | 130.38º | 0.41% | 0.98% | - |
| XYZ | 53.32 | 77.91 | 47.83 | - |
| YUV | 210.1 | 102.54 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 251 | 165 | 0.41 | 0 | 0.34 | 0.02 | 130.38 | 0.93 | 0.78 |
| Hex | 93 | FB | A5 | 29 | 0 | 22 | 2 | 82 | 5D | 4E |
| Octal | 223 | 373 | 245 | 51 | 0 | 42 | 2 | 202 | 135 | 116 |
| Binary | 10010011 | 11111011 | 10100101 | 101001 | 0 | 100010 | 10 | 10000010 | 1011101 | 1001110 |
Color Harmonies of #93FBA5
Complementary color
Monochromatic Colors of #93FBA5
Black with #93FBA5
Text Example
Text Example
White with #93FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FBA5; }
p { color: rgb(147,251,165); }
H1.HeaderClassName
{
color: #93FBA5;
}
.AnyTagClassName
{
color: #93FBA5;
}
</style>
background-color css
<style>
a { background-color: #93FBA5; }
a { background-color: rgb(147,251,165); }
div.DivClassName
{
background-color: #93FBA5;
}
.BgClassName
{
background-color: #93FBA5;
}
</style>
border-color css
<style>
span { border-color: #93FBA5; }
span { border-color: rgb(147,251,165); }
td.TdClassName
{
border-color: #93FBA5;
}
.TagClassName
{
border-color: #93FBA5;
}
</style>