Shades of Atlantis #95DC4D
Tints of Atlantis #95DC4D
RGB
CMYK
RGB Variations
Color information
#95DC4D (or 0x95DC4D) is known color: Atlantis. HEX triplet: 95, DC and 4D. RGB value is (149,220,77). Sum of RGB (Red+Green+Blue) = 149+220+77=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DC4D is #6A23B2. Grayscale: #B6B6B6. Windows color (decimal): -6955955 or 5102741. OLE color: 5102741.
HSL color Cylindrical-coordinate representation of color #95DC4D: hue angle of 89.79º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95DC4D is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 77 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.14 |
| HSL | 89.79º | 0.67% | 0.58% | - |
| HSV(B) | 89.79º | 0.65% | 0.86% | - |
| XYZ | 39.33 | 58.11 | 16.17 | - |
| YUV | 182.47 | 68.48 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 77 | 0.32 | 0 | 0.65 | 0.14 | 89.79 | 0.67 | 0.58 |
| Hex | 95 | DC | 4D | 20 | 0 | 41 | E | 5A | 43 | 3A |
| Octal | 225 | 334 | 115 | 40 | 0 | 101 | 16 | 132 | 103 | 72 |
| Binary | 10010101 | 11011100 | 1001101 | 100000 | 0 | 1000001 | 1110 | 1011010 | 1000011 | 111010 |
Color Harmonies of #95DC4D
Complementary color
Monochromatic Colors of #95DC4D
Black with #95DC4D
Text Example
Text Example
White with #95DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DC4D; }
p { color: rgb(149,220,77); }
H1.HeaderClassName
{
color: #95DC4D;
}
.AnyTagClassName
{
color: #95DC4D;
}
</style>
background-color css
<style>
a { background-color: #95DC4D; }
a { background-color: rgb(149,220,77); }
div.DivClassName
{
background-color: #95DC4D;
}
.BgClassName
{
background-color: #95DC4D;
}
</style>
border-color css
<style>
span { border-color: #95DC4D; }
span { border-color: rgb(149,220,77); }
td.TdClassName
{
border-color: #95DC4D;
}
.TagClassName
{
border-color: #95DC4D;
}
</style>