Shades of Atlantis #93DF44
Tints of Atlantis #93DF44
RGB
CMYK
RGB Variations
Color information
#93DF44 (or 0x93DF44) is known color: Atlantis. HEX triplet: 93, DF and 44. RGB value is (147,223,68). Sum of RGB (Red+Green+Blue) = 147+223+68=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DF44 is #6C20BB. Grayscale: #B7B7B7. Windows color (decimal): -7086268 or 4513683. OLE color: 4513683.
HSL color Cylindrical-coordinate representation of color #93DF44: hue angle of 89.42º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93DF44 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 68 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.13 |
| HSL | 89.42º | 0.71% | 0.57% | - |
| HSV(B) | 89.42º | 0.7% | 0.87% | - |
| XYZ | 39.46 | 59.4 | 14.85 | - |
| YUV | 182.61 | 63.32 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 68 | 0.34 | 0 | 0.70 | 0.13 | 89.42 | 0.71 | 0.57 |
| Hex | 93 | DF | 44 | 22 | 0 | 46 | D | 59 | 47 | 39 |
| Octal | 223 | 337 | 104 | 42 | 0 | 106 | 15 | 131 | 107 | 71 |
| Binary | 10010011 | 11011111 | 1000100 | 100010 | 0 | 1000110 | 1101 | 1011001 | 1000111 | 111001 |
Color Harmonies of #93DF44
Complementary color
Monochromatic Colors of #93DF44
Black with #93DF44
Text Example
Text Example
White with #93DF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DF44; }
p { color: rgb(147,223,68); }
H1.HeaderClassName
{
color: #93DF44;
}
.AnyTagClassName
{
color: #93DF44;
}
</style>
background-color css
<style>
a { background-color: #93DF44; }
a { background-color: rgb(147,223,68); }
div.DivClassName
{
background-color: #93DF44;
}
.BgClassName
{
background-color: #93DF44;
}
</style>
border-color css
<style>
span { border-color: #93DF44; }
span { border-color: rgb(147,223,68); }
td.TdClassName
{
border-color: #93DF44;
}
.TagClassName
{
border-color: #93DF44;
}
</style>