Shades of Atlantis #95C540
Tints of Atlantis #95C540
RGB
CMYK
RGB Variations
Color information
#95C540 (or 0x95C540) is known color: Atlantis. HEX triplet: 95, C5 and 40. RGB value is (149,197,64). Sum of RGB (Red+Green+Blue) = 149+197+64=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #95C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C540 is #6A3ABF. Grayscale: #A7A7A7. Windows color (decimal): -6961856 or 4244885. OLE color: 4244885.
HSL color Cylindrical-coordinate representation of color #95C540: hue angle of 81.65º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95C540 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 64 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.23 |
| HSL | 81.65º | 0.53% | 0.51% | - |
| HSV(B) | 81.65º | 0.68% | 0.77% | - |
| XYZ | 33.29 | 46.69 | 12.11 | - |
| YUV | 167.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 64 | 0.24 | 0 | 0.68 | 0.23 | 81.65 | 0.53 | 0.51 |
| Hex | 95 | C5 | 40 | 18 | 0 | 44 | 17 | 52 | 35 | 33 |
| Octal | 225 | 305 | 100 | 30 | 0 | 104 | 27 | 122 | 65 | 63 |
| Binary | 10010101 | 11000101 | 1000000 | 11000 | 0 | 1000100 | 10111 | 1010010 | 110101 | 110011 |
Color Harmonies of #95C540
Complementary color
Monochromatic Colors of #95C540
Black with #95C540
Text Example
Text Example
White with #95C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C540; }
p { color: rgb(149,197,64); }
H1.HeaderClassName
{
color: #95C540;
}
.AnyTagClassName
{
color: #95C540;
}
</style>
background-color css
<style>
a { background-color: #95C540; }
a { background-color: rgb(149,197,64); }
div.DivClassName
{
background-color: #95C540;
}
.BgClassName
{
background-color: #95C540;
}
</style>
border-color css
<style>
span { border-color: #95C540; }
span { border-color: rgb(149,197,64); }
td.TdClassName
{
border-color: #95C540;
}
.TagClassName
{
border-color: #95C540;
}
</style>