Shades of Atlantis #95DD4D
Tints of Atlantis #95DD4D
RGB
CMYK
RGB Variations
Color information
#95DD4D (or 0x95DD4D) is known color: Atlantis. HEX triplet: 95, DD and 4D. RGB value is (149,221,77). Sum of RGB (Red+Green+Blue) = 149+221+77=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DD4D is #6A22B2. Grayscale: #B7B7B7. Windows color (decimal): -6955699 or 5102997. OLE color: 5102997.
HSL color Cylindrical-coordinate representation of color #95DD4D: hue angle of 90º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95DD4D is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 77 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.13 |
| HSL | 90º | 0.68% | 0.58% | - |
| HSV(B) | 90º | 0.65% | 0.87% | - |
| XYZ | 39.59 | 58.64 | 16.25 | - |
| YUV | 183.06 | 68.15 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 77 | 0.33 | 0 | 0.65 | 0.13 | 90 | 0.68 | 0.58 |
| Hex | 95 | DD | 4D | 21 | 0 | 41 | D | 5A | 44 | 3A |
| Octal | 225 | 335 | 115 | 41 | 0 | 101 | 15 | 132 | 104 | 72 |
| Binary | 10010101 | 11011101 | 1001101 | 100001 | 0 | 1000001 | 1101 | 1011010 | 1000100 | 111010 |
Color Harmonies of #95DD4D
Complementary color
Monochromatic Colors of #95DD4D
Black with #95DD4D
Text Example
Text Example
White with #95DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DD4D; }
p { color: rgb(149,221,77); }
H1.HeaderClassName
{
color: #95DD4D;
}
.AnyTagClassName
{
color: #95DD4D;
}
</style>
background-color css
<style>
a { background-color: #95DD4D; }
a { background-color: rgb(149,221,77); }
div.DivClassName
{
background-color: #95DD4D;
}
.BgClassName
{
background-color: #95DD4D;
}
</style>
border-color css
<style>
span { border-color: #95DD4D; }
span { border-color: rgb(149,221,77); }
td.TdClassName
{
border-color: #95DD4D;
}
.TagClassName
{
border-color: #95DD4D;
}
</style>