Shades of Atlantis #95C653
Tints of Atlantis #95C653
RGB
CMYK
RGB Variations
Color information
#95C653 (or 0x95C653) is known color: Atlantis. HEX triplet: 95, C6 and 53. RGB value is (149,198,83). Sum of RGB (Red+Green+Blue) = 149+198+83=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 198 - color contains mainly: green. Hex color #95C653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C653 is #6A39AC. Grayscale: #AAAAAA. Windows color (decimal): -6961581 or 5490325. OLE color: 5490325.
HSL color Cylindrical-coordinate representation of color #95C653: hue angle of 85.57º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95C653 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 83 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.22 |
| HSL | 85.57º | 0.5% | 0.55% | - |
| HSV(B) | 85.57º | 0.58% | 0.78% | - |
| XYZ | 34.15 | 47.4 | 15.53 | - |
| YUV | 170.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 83 | 0.25 | 0 | 0.58 | 0.22 | 85.57 | 0.5 | 0.55 |
| Hex | 95 | C6 | 53 | 19 | 0 | 3A | 16 | 56 | 32 | 37 |
| Octal | 225 | 306 | 123 | 31 | 0 | 72 | 26 | 126 | 62 | 67 |
| Binary | 10010101 | 11000110 | 1010011 | 11001 | 0 | 111010 | 10110 | 1010110 | 110010 | 110111 |
Color Harmonies of #95C653
Complementary color
Monochromatic Colors of #95C653
Black with #95C653
Text Example
Text Example
White with #95C653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C653; }
p { color: rgb(149,198,83); }
H1.HeaderClassName
{
color: #95C653;
}
.AnyTagClassName
{
color: #95C653;
}
</style>
background-color css
<style>
a { background-color: #95C653; }
a { background-color: rgb(149,198,83); }
div.DivClassName
{
background-color: #95C653;
}
.BgClassName
{
background-color: #95C653;
}
</style>
border-color css
<style>
span { border-color: #95C653; }
span { border-color: rgb(149,198,83); }
td.TdClassName
{
border-color: #95C653;
}
.TagClassName
{
border-color: #95C653;
}
</style>