Shades of Pale Green #95FBB4
Tints of Pale Green #95FBB4
RGB
CMYK
RGB Variations
Color information
#95FBB4 (or 0x95FBB4) is known color: Pale Green. HEX triplet: 95, FB and B4. RGB value is (149,251,180). Sum of RGB (Red+Green+Blue) = 149+251+180=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FBB4 is #6A044B. Grayscale: #D4D4D4. Windows color (decimal): -6947916 or 11860885. OLE color: 11860885.
HSL color Cylindrical-coordinate representation of color #95FBB4: hue angle of 138.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 #95FBB4 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 251 | 180 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.02 |
| HSL | 138.24º | 0.93% | 0.78% | - |
| HSV(B) | 138.24º | 0.41% | 0.98% | - |
| XYZ | 55.13 | 78.68 | 55.46 | - |
| YUV | 212.41 | 109.71 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 251 | 180 | 0.41 | 0 | 0.28 | 0.02 | 138.24 | 0.93 | 0.78 |
| Hex | 95 | FB | B4 | 29 | 0 | 1C | 2 | 8A | 5D | 4E |
| Octal | 225 | 373 | 264 | 51 | 0 | 34 | 2 | 212 | 135 | 116 |
| Binary | 10010101 | 11111011 | 10110100 | 101001 | 0 | 11100 | 10 | 10001010 | 1011101 | 1001110 |
Color Harmonies of #95FBB4
Complementary color
Monochromatic Colors of #95FBB4
Black with #95FBB4
Text Example
Text Example
White with #95FBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FBB4; }
p { color: rgb(149,251,180); }
H1.HeaderClassName
{
color: #95FBB4;
}
.AnyTagClassName
{
color: #95FBB4;
}
</style>
background-color css
<style>
a { background-color: #95FBB4; }
a { background-color: rgb(149,251,180); }
div.DivClassName
{
background-color: #95FBB4;
}
.BgClassName
{
background-color: #95FBB4;
}
</style>
border-color css
<style>
span { border-color: #95FBB4; }
span { border-color: rgb(149,251,180); }
td.TdClassName
{
border-color: #95FBB4;
}
.TagClassName
{
border-color: #95FBB4;
}
</style>