Shades of Atlantis #95DF4E
Tints of Atlantis #95DF4E
RGB
CMYK
RGB Variations
Color information
#95DF4E (or 0x95DF4E) is known color: Atlantis. HEX triplet: 95, DF and 4E. RGB value is (149,223,78). Sum of RGB (Red+Green+Blue) = 149+223+78=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DF4E is #6A20B1. Grayscale: #B8B8B8. Windows color (decimal): -6955186 or 5169045. OLE color: 5169045.
HSL color Cylindrical-coordinate representation of color #95DF4E: hue angle of 90.62º degrees, saturation: 0.69, 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 #95DF4E is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 78 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.13 |
| HSL | 90.62º | 0.69% | 0.59% | - |
| HSV(B) | 90.62º | 0.65% | 0.87% | - |
| XYZ | 40.16 | 59.71 | 16.62 | - |
| YUV | 184.34 | 67.98 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 78 | 0.33 | 0 | 0.65 | 0.13 | 90.62 | 0.69 | 0.59 |
| Hex | 95 | DF | 4E | 21 | 0 | 41 | D | 5B | 45 | 3B |
| Octal | 225 | 337 | 116 | 41 | 0 | 101 | 15 | 133 | 105 | 73 |
| Binary | 10010101 | 11011111 | 1001110 | 100001 | 0 | 1000001 | 1101 | 1011011 | 1000101 | 111011 |
Color Harmonies of #95DF4E
Complementary color
Monochromatic Colors of #95DF4E
Black with #95DF4E
Text Example
Text Example
White with #95DF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DF4E; }
p { color: rgb(149,223,78); }
H1.HeaderClassName
{
color: #95DF4E;
}
.AnyTagClassName
{
color: #95DF4E;
}
</style>
background-color css
<style>
a { background-color: #95DF4E; }
a { background-color: rgb(149,223,78); }
div.DivClassName
{
background-color: #95DF4E;
}
.BgClassName
{
background-color: #95DF4E;
}
</style>
border-color css
<style>
span { border-color: #95DF4E; }
span { border-color: rgb(149,223,78); }
td.TdClassName
{
border-color: #95DF4E;
}
.TagClassName
{
border-color: #95DF4E;
}
</style>