Shades of Atlantis #95DA4D
Tints of Atlantis #95DA4D
RGB
CMYK
RGB Variations
Color information
#95DA4D (or 0x95DA4D) is known color: Atlantis. HEX triplet: 95, DA and 4D. RGB value is (149,218,77). Sum of RGB (Red+Green+Blue) = 149+218+77=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DA4D is #6A25B2. Grayscale: #B5B5B5. Windows color (decimal): -6956467 or 5102229. OLE color: 5102229.
HSL color Cylindrical-coordinate representation of color #95DA4D: hue angle of 89.36º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95DA4D is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 218 | 77 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.15 |
| HSL | 89.36º | 0.66% | 0.58% | - |
| HSV(B) | 89.36º | 0.65% | 0.85% | - |
| XYZ | 38.81 | 57.07 | 15.99 | - |
| YUV | 181.3 | 69.14 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 218 | 77 | 0.32 | 0 | 0.65 | 0.15 | 89.36 | 0.66 | 0.58 |
| Hex | 95 | DA | 4D | 20 | 0 | 41 | F | 59 | 42 | 3A |
| Octal | 225 | 332 | 115 | 40 | 0 | 101 | 17 | 131 | 102 | 72 |
| Binary | 10010101 | 11011010 | 1001101 | 100000 | 0 | 1000001 | 1111 | 1011001 | 1000010 | 111010 |
Color Harmonies of #95DA4D
Complementary color
Monochromatic Colors of #95DA4D
Black with #95DA4D
Text Example
Text Example
White with #95DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DA4D; }
p { color: rgb(149,218,77); }
H1.HeaderClassName
{
color: #95DA4D;
}
.AnyTagClassName
{
color: #95DA4D;
}
</style>
background-color css
<style>
a { background-color: #95DA4D; }
a { background-color: rgb(149,218,77); }
div.DivClassName
{
background-color: #95DA4D;
}
.BgClassName
{
background-color: #95DA4D;
}
</style>
border-color css
<style>
span { border-color: #95DA4D; }
span { border-color: rgb(149,218,77); }
td.TdClassName
{
border-color: #95DA4D;
}
.TagClassName
{
border-color: #95DA4D;
}
</style>