Shades of Atlantis #93DF3D
Tints of Atlantis #93DF3D
RGB
CMYK
RGB Variations
Color information
#93DF3D (or 0x93DF3D) is known color: Atlantis. HEX triplet: 93, DF and 3D. RGB value is (147,223,61). Sum of RGB (Red+Green+Blue) = 147+223+61=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DF3D is #6C20C2. Grayscale: #B6B6B6. Windows color (decimal): -7086275 or 4054931. OLE color: 4054931.
HSL color Cylindrical-coordinate representation of color #93DF3D: hue angle of 88.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93DF3D is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 61 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.13 |
| HSL | 88.15º | 0.72% | 0.56% | - |
| HSV(B) | 88.15º | 0.73% | 0.87% | - |
| XYZ | 39.26 | 59.32 | 13.79 | - |
| YUV | 181.81 | 59.82 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 61 | 0.34 | 0 | 0.73 | 0.13 | 88.15 | 0.72 | 0.56 |
| Hex | 93 | DF | 3D | 22 | 0 | 49 | D | 58 | 48 | 38 |
| Octal | 223 | 337 | 75 | 42 | 0 | 111 | 15 | 130 | 110 | 70 |
| Binary | 10010011 | 11011111 | 111101 | 100010 | 0 | 1001001 | 1101 | 1011000 | 1001000 | 111000 |
Color Harmonies of #93DF3D
Complementary color
Monochromatic Colors of #93DF3D
Black with #93DF3D
Text Example
Text Example
White with #93DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DF3D; }
p { color: rgb(147,223,61); }
H1.HeaderClassName
{
color: #93DF3D;
}
.AnyTagClassName
{
color: #93DF3D;
}
</style>
background-color css
<style>
a { background-color: #93DF3D; }
a { background-color: rgb(147,223,61); }
div.DivClassName
{
background-color: #93DF3D;
}
.BgClassName
{
background-color: #93DF3D;
}
</style>
border-color css
<style>
span { border-color: #93DF3D; }
span { border-color: rgb(147,223,61); }
td.TdClassName
{
border-color: #93DF3D;
}
.TagClassName
{
border-color: #93DF3D;
}
</style>