Shades of Atlantis #93D347
Tints of Atlantis #93D347
RGB
CMYK
RGB Variations
Color information
#93D347 (or 0x93D347) is known color: Atlantis. HEX triplet: 93, D3 and 47. RGB value is (147,211,71). Sum of RGB (Red+Green+Blue) = 147+211+71=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #93D347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D347 is #6C2CB8. Grayscale: #B0B0B0. Windows color (decimal): -7089337 or 4707219. OLE color: 4707219.
HSL color Cylindrical-coordinate representation of color #93D347: hue angle of 87.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93D347 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 71 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.17 |
| HSL | 87.43º | 0.61% | 0.55% | - |
| HSV(B) | 87.43º | 0.66% | 0.83% | - |
| XYZ | 36.46 | 53.25 | 14.32 | - |
| YUV | 175.9 | 68.8 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 71 | 0.30 | 0 | 0.66 | 0.17 | 87.43 | 0.61 | 0.55 |
| Hex | 93 | D3 | 47 | 1E | 0 | 42 | 11 | 57 | 3D | 37 |
| Octal | 223 | 323 | 107 | 36 | 0 | 102 | 21 | 127 | 75 | 67 |
| Binary | 10010011 | 11010011 | 1000111 | 11110 | 0 | 1000010 | 10001 | 1010111 | 111101 | 110111 |
Color Harmonies of #93D347
Complementary color
Monochromatic Colors of #93D347
Black with #93D347
Text Example
Text Example
White with #93D347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D347; }
p { color: rgb(147,211,71); }
H1.HeaderClassName
{
color: #93D347;
}
.AnyTagClassName
{
color: #93D347;
}
</style>
background-color css
<style>
a { background-color: #93D347; }
a { background-color: rgb(147,211,71); }
div.DivClassName
{
background-color: #93D347;
}
.BgClassName
{
background-color: #93D347;
}
</style>
border-color css
<style>
span { border-color: #93D347; }
span { border-color: rgb(147,211,71); }
td.TdClassName
{
border-color: #93D347;
}
.TagClassName
{
border-color: #93D347;
}
</style>