Shades of Pale Green #95FBA3
Tints of Pale Green #95FBA3
RGB
CMYK
RGB Variations
Color information
#95FBA3 (or 0x95FBA3) is known color: Pale Green. HEX triplet: 95, FB and A3. RGB value is (149,251,163). Sum of RGB (Red+Green+Blue) = 149+251+163=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FBA3 is #6A045C. Grayscale: #D2D2D2. Windows color (decimal): -6947933 or 10746773. OLE color: 10746773.
HSL color Cylindrical-coordinate representation of color #95FBA3: hue angle of 128.24º 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 #95FBA3 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 251 | 163 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.02 |
| HSL | 128.24º | 0.93% | 0.78% | - |
| HSV(B) | 128.24º | 0.41% | 0.98% | - |
| XYZ | 53.5 | 78.03 | 46.89 | - |
| YUV | 210.47 | 101.21 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 251 | 163 | 0.41 | 0 | 0.35 | 0.02 | 128.24 | 0.93 | 0.78 |
| Hex | 95 | FB | A3 | 29 | 0 | 23 | 2 | 80 | 5D | 4E |
| Octal | 225 | 373 | 243 | 51 | 0 | 43 | 2 | 200 | 135 | 116 |
| Binary | 10010101 | 11111011 | 10100011 | 101001 | 0 | 100011 | 10 | 10000000 | 1011101 | 1001110 |
Color Harmonies of #95FBA3
Complementary color
Monochromatic Colors of #95FBA3
Black with #95FBA3
Text Example
Text Example
White with #95FBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FBA3; }
p { color: rgb(149,251,163); }
H1.HeaderClassName
{
color: #95FBA3;
}
.AnyTagClassName
{
color: #95FBA3;
}
</style>
background-color css
<style>
a { background-color: #95FBA3; }
a { background-color: rgb(149,251,163); }
div.DivClassName
{
background-color: #95FBA3;
}
.BgClassName
{
background-color: #95FBA3;
}
</style>
border-color css
<style>
span { border-color: #95FBA3; }
span { border-color: rgb(149,251,163); }
td.TdClassName
{
border-color: #95FBA3;
}
.TagClassName
{
border-color: #95FBA3;
}
</style>