Shades of Atlantis #95DD4E
Tints of Atlantis #95DD4E
RGB
CMYK
RGB Variations
Color information
#95DD4E (or 0x95DD4E) is known color: Atlantis. HEX triplet: 95, DD and 4E. RGB value is (149,221,78). Sum of RGB (Red+Green+Blue) = 149+221+78=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DD4E is #6A22B1. Grayscale: #B7B7B7. Windows color (decimal): -6955698 or 5168533. OLE color: 5168533.
HSL color Cylindrical-coordinate representation of color #95DD4E: hue angle of 90.21º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95DD4E is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 78 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.13 |
| HSL | 90.21º | 0.68% | 0.59% | - |
| HSV(B) | 90.21º | 0.65% | 0.87% | - |
| XYZ | 39.63 | 58.65 | 16.44 | - |
| YUV | 183.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 78 | 0.33 | 0 | 0.65 | 0.13 | 90.21 | 0.68 | 0.59 |
| Hex | 95 | DD | 4E | 21 | 0 | 41 | D | 5A | 44 | 3B |
| Octal | 225 | 335 | 116 | 41 | 0 | 101 | 15 | 132 | 104 | 73 |
| Binary | 10010101 | 11011101 | 1001110 | 100001 | 0 | 1000001 | 1101 | 1011010 | 1000100 | 111011 |
Color Harmonies of #95DD4E
Complementary color
Monochromatic Colors of #95DD4E
Black with #95DD4E
Text Example
Text Example
White with #95DD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DD4E; }
p { color: rgb(149,221,78); }
H1.HeaderClassName
{
color: #95DD4E;
}
.AnyTagClassName
{
color: #95DD4E;
}
</style>
background-color css
<style>
a { background-color: #95DD4E; }
a { background-color: rgb(149,221,78); }
div.DivClassName
{
background-color: #95DD4E;
}
.BgClassName
{
background-color: #95DD4E;
}
</style>
border-color css
<style>
span { border-color: #95DD4E; }
span { border-color: rgb(149,221,78); }
td.TdClassName
{
border-color: #95DD4E;
}
.TagClassName
{
border-color: #95DD4E;
}
</style>