Shades of Pale Green #95FBB5
Tints of Pale Green #95FBB5
RGB
CMYK
RGB Variations
Color information
#95FBB5 (or 0x95FBB5) is known color: Pale Green. HEX triplet: 95, FB and B5. RGB value is (149,251,181). Sum of RGB (Red+Green+Blue) = 149+251+181=581 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.65% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FBB5 is #6A044A. Grayscale: #D4D4D4. Windows color (decimal): -6947915 or 11926421. OLE color: 11926421.
HSL color Cylindrical-coordinate representation of color #95FBB5: hue angle of 138.82º 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 #95FBB5 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 251 | 181 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.02 |
| HSL | 138.82º | 0.93% | 0.78% | - |
| HSV(B) | 138.82º | 0.41% | 0.98% | - |
| XYZ | 55.23 | 78.72 | 56 | - |
| YUV | 212.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 251 | 181 | 0.41 | 0 | 0.28 | 0.02 | 138.82 | 0.93 | 0.78 |
| Hex | 95 | FB | B5 | 29 | 0 | 1C | 2 | 8B | 5D | 4E |
| Octal | 225 | 373 | 265 | 51 | 0 | 34 | 2 | 213 | 135 | 116 |
| Binary | 10010101 | 11111011 | 10110101 | 101001 | 0 | 11100 | 10 | 10001011 | 1011101 | 1001110 |
Color Harmonies of #95FBB5
Complementary color
Monochromatic Colors of #95FBB5
Black with #95FBB5
Text Example
Text Example
White with #95FBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FBB5; }
p { color: rgb(149,251,181); }
H1.HeaderClassName
{
color: #95FBB5;
}
.AnyTagClassName
{
color: #95FBB5;
}
</style>
background-color css
<style>
a { background-color: #95FBB5; }
a { background-color: rgb(149,251,181); }
div.DivClassName
{
background-color: #95FBB5;
}
.BgClassName
{
background-color: #95FBB5;
}
</style>
border-color css
<style>
span { border-color: #95FBB5; }
span { border-color: rgb(149,251,181); }
td.TdClassName
{
border-color: #95FBB5;
}
.TagClassName
{
border-color: #95FBB5;
}
</style>