Shades of Atlantis #95C555
Tints of Atlantis #95C555
RGB
CMYK
RGB Variations
Color information
#95C555 (or 0x95C555) is known color: Atlantis. HEX triplet: 95, C5 and 55. RGB value is (149,197,85). Sum of RGB (Red+Green+Blue) = 149+197+85=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #95C555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C555 is #6A3AAA. Grayscale: #AAAAAA. Windows color (decimal): -6961835 or 5621141. OLE color: 5621141.
HSL color Cylindrical-coordinate representation of color #95C555: hue angle of 85.71º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95C555 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 85 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.23 |
| HSL | 85.71º | 0.49% | 0.55% | - |
| HSV(B) | 85.71º | 0.57% | 0.77% | - |
| XYZ | 34 | 46.98 | 15.87 | - |
| YUV | 169.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 85 | 0.24 | 0 | 0.57 | 0.23 | 85.71 | 0.49 | 0.55 |
| Hex | 95 | C5 | 55 | 18 | 0 | 39 | 17 | 56 | 31 | 37 |
| Octal | 225 | 305 | 125 | 30 | 0 | 71 | 27 | 126 | 61 | 67 |
| Binary | 10010101 | 11000101 | 1010101 | 11000 | 0 | 111001 | 10111 | 1010110 | 110001 | 110111 |
Color Harmonies of #95C555
Complementary color
Monochromatic Colors of #95C555
Black with #95C555
Text Example
Text Example
White with #95C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C555; }
p { color: rgb(149,197,85); }
H1.HeaderClassName
{
color: #95C555;
}
.AnyTagClassName
{
color: #95C555;
}
</style>
background-color css
<style>
a { background-color: #95C555; }
a { background-color: rgb(149,197,85); }
div.DivClassName
{
background-color: #95C555;
}
.BgClassName
{
background-color: #95C555;
}
</style>
border-color css
<style>
span { border-color: #95C555; }
span { border-color: rgb(149,197,85); }
td.TdClassName
{
border-color: #95C555;
}
.TagClassName
{
border-color: #95C555;
}
</style>