Shades of Atlantis #95C553
Tints of Atlantis #95C553
RGB
CMYK
RGB Variations
Color information
#95C553 (or 0x95C553) is known color: Atlantis. HEX triplet: 95, C5 and 53. RGB value is (149,197,83). Sum of RGB (Red+Green+Blue) = 149+197+83=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #95C553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C553 is #6A3AAC. Grayscale: #AAAAAA. Windows color (decimal): -6961837 or 5490069. OLE color: 5490069.
HSL color Cylindrical-coordinate representation of color #95C553: hue angle of 85.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95C553 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 83 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.23 |
| HSL | 85.26º | 0.5% | 0.55% | - |
| HSV(B) | 85.26º | 0.58% | 0.77% | - |
| XYZ | 33.92 | 46.95 | 15.46 | - |
| YUV | 169.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 83 | 0.24 | 0 | 0.58 | 0.23 | 85.26 | 0.5 | 0.55 |
| Hex | 95 | C5 | 53 | 18 | 0 | 3A | 17 | 55 | 32 | 37 |
| Octal | 225 | 305 | 123 | 30 | 0 | 72 | 27 | 125 | 62 | 67 |
| Binary | 10010101 | 11000101 | 1010011 | 11000 | 0 | 111010 | 10111 | 1010101 | 110010 | 110111 |
Color Harmonies of #95C553
Complementary color
Monochromatic Colors of #95C553
Black with #95C553
Text Example
Text Example
White with #95C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C553; }
p { color: rgb(149,197,83); }
H1.HeaderClassName
{
color: #95C553;
}
.AnyTagClassName
{
color: #95C553;
}
</style>
background-color css
<style>
a { background-color: #95C553; }
a { background-color: rgb(149,197,83); }
div.DivClassName
{
background-color: #95C553;
}
.BgClassName
{
background-color: #95C553;
}
</style>
border-color css
<style>
span { border-color: #95C553; }
span { border-color: rgb(149,197,83); }
td.TdClassName
{
border-color: #95C553;
}
.TagClassName
{
border-color: #95C553;
}
</style>