Shades of Atlantis #93DD4F
Tints of Atlantis #93DD4F
RGB
CMYK
RGB Variations
Color information
#93DD4F (or 0x93DD4F) is known color: Atlantis. HEX triplet: 93, DD and 4F. RGB value is (147,221,79). Sum of RGB (Red+Green+Blue) = 147+221+79=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DD4F is #6C22B0. Grayscale: #B7B7B7. Windows color (decimal): -7086769 or 5234067. OLE color: 5234067.
HSL color Cylindrical-coordinate representation of color #93DD4F: hue angle of 91.27º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93DD4F is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 79 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.13 |
| HSL | 91.27º | 0.68% | 0.59% | - |
| HSV(B) | 91.27º | 0.64% | 0.87% | - |
| XYZ | 39.3 | 58.48 | 16.61 | - |
| YUV | 182.69 | 69.48 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 79 | 0.33 | 0 | 0.64 | 0.13 | 91.27 | 0.68 | 0.59 |
| Hex | 93 | DD | 4F | 21 | 0 | 40 | D | 5B | 44 | 3B |
| Octal | 223 | 335 | 117 | 41 | 0 | 100 | 15 | 133 | 104 | 73 |
| Binary | 10010011 | 11011101 | 1001111 | 100001 | 0 | 1000000 | 1101 | 1011011 | 1000100 | 111011 |
Color Harmonies of #93DD4F
Complementary color
Monochromatic Colors of #93DD4F
Black with #93DD4F
Text Example
Text Example
White with #93DD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DD4F; }
p { color: rgb(147,221,79); }
H1.HeaderClassName
{
color: #93DD4F;
}
.AnyTagClassName
{
color: #93DD4F;
}
</style>
background-color css
<style>
a { background-color: #93DD4F; }
a { background-color: rgb(147,221,79); }
div.DivClassName
{
background-color: #93DD4F;
}
.BgClassName
{
background-color: #93DD4F;
}
</style>
border-color css
<style>
span { border-color: #93DD4F; }
span { border-color: rgb(147,221,79); }
td.TdClassName
{
border-color: #93DD4F;
}
.TagClassName
{
border-color: #93DD4F;
}
</style>