Shades of Atlantis #93D74F
Tints of Atlantis #93D74F
RGB
CMYK
RGB Variations
Color information
#93D74F (or 0x93D74F) is known color: Atlantis. HEX triplet: 93, D7 and 4F. RGB value is (147,215,79). Sum of RGB (Red+Green+Blue) = 147+215+79=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #93D74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D74F is #6C28B0. Grayscale: #B3B3B3. Windows color (decimal): -7088305 or 5232531. OLE color: 5232531.
HSL color Cylindrical-coordinate representation of color #93D74F: hue angle of 90º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93D74F is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 215 | 79 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.16 |
| HSL | 90º | 0.63% | 0.58% | - |
| HSV(B) | 90º | 0.63% | 0.84% | - |
| XYZ | 37.74 | 55.37 | 16.09 | - |
| YUV | 179.16 | 71.47 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 79 | 0.32 | 0 | 0.63 | 0.16 | 90 | 0.63 | 0.58 |
| Hex | 93 | D7 | 4F | 20 | 0 | 3F | 10 | 5A | 3F | 3A |
| Octal | 223 | 327 | 117 | 40 | 0 | 77 | 20 | 132 | 77 | 72 |
| Binary | 10010011 | 11010111 | 1001111 | 100000 | 0 | 111111 | 10000 | 1011010 | 111111 | 111010 |
Color Harmonies of #93D74F
Complementary color
Monochromatic Colors of #93D74F
Black with #93D74F
Text Example
Text Example
White with #93D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D74F; }
p { color: rgb(147,215,79); }
H1.HeaderClassName
{
color: #93D74F;
}
.AnyTagClassName
{
color: #93D74F;
}
</style>
background-color css
<style>
a { background-color: #93D74F; }
a { background-color: rgb(147,215,79); }
div.DivClassName
{
background-color: #93D74F;
}
.BgClassName
{
background-color: #93D74F;
}
</style>
border-color css
<style>
span { border-color: #93D74F; }
span { border-color: rgb(147,215,79); }
td.TdClassName
{
border-color: #93D74F;
}
.TagClassName
{
border-color: #93D74F;
}
</style>