Shades of Atlantis #95DF4D
Tints of Atlantis #95DF4D
RGB
CMYK
RGB Variations
Color information
#95DF4D (or 0x95DF4D) is known color: Atlantis. HEX triplet: 95, DF and 4D. RGB value is (149,223,77). Sum of RGB (Red+Green+Blue) = 149+223+77=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DF4D is #6A20B2. Grayscale: #B8B8B8. Windows color (decimal): -6955187 or 5103509. OLE color: 5103509.
HSL color Cylindrical-coordinate representation of color #95DF4D: hue angle of 90.41º degrees, saturation: 0.7, 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 #95DF4D is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 77 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.13 |
| HSL | 90.41º | 0.7% | 0.59% | - |
| HSV(B) | 90.41º | 0.65% | 0.87% | - |
| XYZ | 40.12 | 59.7 | 16.43 | - |
| YUV | 184.23 | 67.48 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 77 | 0.33 | 0 | 0.65 | 0.13 | 90.41 | 0.7 | 0.59 |
| Hex | 95 | DF | 4D | 21 | 0 | 41 | D | 5A | 46 | 3B |
| Octal | 225 | 337 | 115 | 41 | 0 | 101 | 15 | 132 | 106 | 73 |
| Binary | 10010101 | 11011111 | 1001101 | 100001 | 0 | 1000001 | 1101 | 1011010 | 1000110 | 111011 |
Color Harmonies of #95DF4D
Complementary color
Monochromatic Colors of #95DF4D
Black with #95DF4D
Text Example
Text Example
White with #95DF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DF4D; }
p { color: rgb(149,223,77); }
H1.HeaderClassName
{
color: #95DF4D;
}
.AnyTagClassName
{
color: #95DF4D;
}
</style>
background-color css
<style>
a { background-color: #95DF4D; }
a { background-color: rgb(149,223,77); }
div.DivClassName
{
background-color: #95DF4D;
}
.BgClassName
{
background-color: #95DF4D;
}
</style>
border-color css
<style>
span { border-color: #95DF4D; }
span { border-color: rgb(149,223,77); }
td.TdClassName
{
border-color: #95DF4D;
}
.TagClassName
{
border-color: #95DF4D;
}
</style>