Shades of Atlantis #95D555
Tints of Atlantis #95D555
RGB
CMYK
RGB Variations
Color information
#95D555 (or 0x95D555) is known color: Atlantis. HEX triplet: 95, D5 and 55. RGB value is (149,213,85). Sum of RGB (Red+Green+Blue) = 149+213+85=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #95D555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D555 is #6A2AAA. Grayscale: #B3B3B3. Windows color (decimal): -6957739 or 5625237. OLE color: 5625237.
HSL color Cylindrical-coordinate representation of color #95D555: hue angle of 90º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95D555 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 85 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.16 |
| HSL | 90º | 0.6% | 0.58% | - |
| HSV(B) | 90º | 0.6% | 0.84% | - |
| XYZ | 37.83 | 54.63 | 17.15 | - |
| YUV | 179.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 85 | 0.30 | 0 | 0.60 | 0.16 | 90 | 0.6 | 0.58 |
| Hex | 95 | D5 | 55 | 1E | 0 | 3C | 10 | 5A | 3C | 3A |
| Octal | 225 | 325 | 125 | 36 | 0 | 74 | 20 | 132 | 74 | 72 |
| Binary | 10010101 | 11010101 | 1010101 | 11110 | 0 | 111100 | 10000 | 1011010 | 111100 | 111010 |
Color Harmonies of #95D555
Complementary color
Monochromatic Colors of #95D555
Black with #95D555
Text Example
Text Example
White with #95D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D555; }
p { color: rgb(149,213,85); }
H1.HeaderClassName
{
color: #95D555;
}
.AnyTagClassName
{
color: #95D555;
}
</style>
background-color css
<style>
a { background-color: #95D555; }
a { background-color: rgb(149,213,85); }
div.DivClassName
{
background-color: #95D555;
}
.BgClassName
{
background-color: #95D555;
}
</style>
border-color css
<style>
span { border-color: #95D555; }
span { border-color: rgb(149,213,85); }
td.TdClassName
{
border-color: #95D555;
}
.TagClassName
{
border-color: #95D555;
}
</style>