Shades of Atlantis #95E13F
Tints of Atlantis #95E13F
RGB
CMYK
RGB Variations
Color information
#95E13F (or 0x95E13F) is known color: Atlantis. HEX triplet: 95, E1 and 3F. RGB value is (149,225,63). Sum of RGB (Red+Green+Blue) = 149+225+63=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #95E13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95E13F is #6A1EC0. Grayscale: #B8B8B8. Windows color (decimal): -6954689 or 4186517. OLE color: 4186517.
HSL color Cylindrical-coordinate representation of color #95E13F: hue angle of 88.15º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95E13F is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 63 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.12 |
| HSL | 88.15º | 0.73% | 0.56% | - |
| HSV(B) | 88.15º | 0.72% | 0.88% | - |
| XYZ | 40.22 | 60.6 | 14.28 | - |
| YUV | 183.81 | 59.82 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 63 | 0.34 | 0 | 0.72 | 0.12 | 88.15 | 0.73 | 0.56 |
| Hex | 95 | E1 | 3F | 22 | 0 | 48 | C | 58 | 49 | 38 |
| Octal | 225 | 341 | 77 | 42 | 0 | 110 | 14 | 130 | 111 | 70 |
| Binary | 10010101 | 11100001 | 111111 | 100010 | 0 | 1001000 | 1100 | 1011000 | 1001001 | 111000 |
Color Harmonies of #95E13F
Complementary color
Monochromatic Colors of #95E13F
Black with #95E13F
Text Example
Text Example
White with #95E13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E13F; }
p { color: rgb(149,225,63); }
H1.HeaderClassName
{
color: #95E13F;
}
.AnyTagClassName
{
color: #95E13F;
}
</style>
background-color css
<style>
a { background-color: #95E13F; }
a { background-color: rgb(149,225,63); }
div.DivClassName
{
background-color: #95E13F;
}
.BgClassName
{
background-color: #95E13F;
}
</style>
border-color css
<style>
span { border-color: #95E13F; }
span { border-color: rgb(149,225,63); }
td.TdClassName
{
border-color: #95E13F;
}
.TagClassName
{
border-color: #95E13F;
}
</style>