Shades of Atlantis #95E537
Tints of Atlantis #95E537
RGB
CMYK
RGB Variations
Color information
#95E537 (or 0x95E537) is known color: Atlantis. HEX triplet: 95, E5 and 37. RGB value is (149,229,55). Sum of RGB (Red+Green+Blue) = 149+229+55=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #95E537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95E537 is #6A1AC8. Grayscale: #B9B9B9. Windows color (decimal): -6953673 or 3663253. OLE color: 3663253.
HSL color Cylindrical-coordinate representation of color #95E537: hue angle of 87.59º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95E537 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 229 | 55 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.10 |
| HSL | 87.59º | 0.77% | 0.56% | - |
| HSV(B) | 87.59º | 0.76% | 0.9% | - |
| XYZ | 41.1 | 62.7 | 13.55 | - |
| YUV | 185.24 | 54.5 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 229 | 55 | 0.35 | 0 | 0.76 | 0.10 | 87.59 | 0.77 | 0.56 |
| Hex | 95 | E5 | 37 | 23 | 0 | 4C | A | 58 | 4D | 38 |
| Octal | 225 | 345 | 67 | 43 | 0 | 114 | 12 | 130 | 115 | 70 |
| Binary | 10010101 | 11100101 | 110111 | 100011 | 0 | 1001100 | 1010 | 1011000 | 1001101 | 111000 |
Color Harmonies of #95E537
Complementary color
Monochromatic Colors of #95E537
Black with #95E537
Text Example
Text Example
White with #95E537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E537; }
p { color: rgb(149,229,55); }
H1.HeaderClassName
{
color: #95E537;
}
.AnyTagClassName
{
color: #95E537;
}
</style>
background-color css
<style>
a { background-color: #95E537; }
a { background-color: rgb(149,229,55); }
div.DivClassName
{
background-color: #95E537;
}
.BgClassName
{
background-color: #95E537;
}
</style>
border-color css
<style>
span { border-color: #95E537; }
span { border-color: rgb(149,229,55); }
td.TdClassName
{
border-color: #95E537;
}
.TagClassName
{
border-color: #95E537;
}
</style>