Shades of Atlantis #95D557
Tints of Atlantis #95D557
RGB
CMYK
RGB Variations
Color information
#95D557 (or 0x95D557) is known color: Atlantis. HEX triplet: 95, D5 and 57. RGB value is (149,213,87). Sum of RGB (Red+Green+Blue) = 149+213+87=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #95D557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D557 is #6A2AA8. Grayscale: #B3B3B3. Windows color (decimal): -6957737 or 5756309. OLE color: 5756309.
HSL color Cylindrical-coordinate representation of color #95D557: hue angle of 90.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95D557 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 87 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.16 |
| HSL | 90.48º | 0.6% | 0.59% | - |
| HSV(B) | 90.48º | 0.59% | 0.84% | - |
| XYZ | 37.91 | 54.67 | 17.57 | - |
| YUV | 179.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 87 | 0.30 | 0 | 0.59 | 0.16 | 90.48 | 0.6 | 0.59 |
| Hex | 95 | D5 | 57 | 1E | 0 | 3B | 10 | 5A | 3C | 3B |
| Octal | 225 | 325 | 127 | 36 | 0 | 73 | 20 | 132 | 74 | 73 |
| Binary | 10010101 | 11010101 | 1010111 | 11110 | 0 | 111011 | 10000 | 1011010 | 111100 | 111011 |
Color Harmonies of #95D557
Complementary color
Monochromatic Colors of #95D557
Black with #95D557
Text Example
Text Example
White with #95D557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D557; }
p { color: rgb(149,213,87); }
H1.HeaderClassName
{
color: #95D557;
}
.AnyTagClassName
{
color: #95D557;
}
</style>
background-color css
<style>
a { background-color: #95D557; }
a { background-color: rgb(149,213,87); }
div.DivClassName
{
background-color: #95D557;
}
.BgClassName
{
background-color: #95D557;
}
</style>
border-color css
<style>
span { border-color: #95D557; }
span { border-color: rgb(149,213,87); }
td.TdClassName
{
border-color: #95D557;
}
.TagClassName
{
border-color: #95D557;
}
</style>