Shades of Atlantis #95E539
Tints of Atlantis #95E539
RGB
CMYK
RGB Variations
Color information
#95E539 (or 0x95E539) is known color: Atlantis. HEX triplet: 95, E5 and 39. RGB value is (149,229,57). Sum of RGB (Red+Green+Blue) = 149+229+57=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #95E539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95E539 is #6A1AC6. Grayscale: #BABABA. Windows color (decimal): -6953671 or 3794325. OLE color: 3794325.
HSL color Cylindrical-coordinate representation of color #95E539: hue angle of 87.91º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95E539 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 229 | 57 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.10 |
| HSL | 87.91º | 0.77% | 0.56% | - |
| HSV(B) | 87.91º | 0.75% | 0.9% | - |
| XYZ | 41.15 | 62.72 | 13.81 | - |
| YUV | 185.47 | 55.5 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 229 | 57 | 0.35 | 0 | 0.75 | 0.10 | 87.91 | 0.77 | 0.56 |
| Hex | 95 | E5 | 39 | 23 | 0 | 4B | A | 58 | 4D | 38 |
| Octal | 225 | 345 | 71 | 43 | 0 | 113 | 12 | 130 | 115 | 70 |
| Binary | 10010101 | 11100101 | 111001 | 100011 | 0 | 1001011 | 1010 | 1011000 | 1001101 | 111000 |
Color Harmonies of #95E539
Complementary color
Monochromatic Colors of #95E539
Black with #95E539
Text Example
Text Example
White with #95E539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E539; }
p { color: rgb(149,229,57); }
H1.HeaderClassName
{
color: #95E539;
}
.AnyTagClassName
{
color: #95E539;
}
</style>
background-color css
<style>
a { background-color: #95E539; }
a { background-color: rgb(149,229,57); }
div.DivClassName
{
background-color: #95E539;
}
.BgClassName
{
background-color: #95E539;
}
</style>
border-color css
<style>
span { border-color: #95E539; }
span { border-color: rgb(149,229,57); }
td.TdClassName
{
border-color: #95E539;
}
.TagClassName
{
border-color: #95E539;
}
</style>