Shades of Atlantis #93DE54
Tints of Atlantis #93DE54
RGB
CMYK
RGB Variations
Color information
#93DE54 (or 0x93DE54) is known color: Atlantis. HEX triplet: 93, DE and 54. RGB value is (147,222,84). Sum of RGB (Red+Green+Blue) = 147+222+84=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DE54 is #6C21AB. Grayscale: #B8B8B8. Windows color (decimal): -7086508 or 5562003. OLE color: 5562003.
HSL color Cylindrical-coordinate representation of color #93DE54: hue angle of 92.61º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93DE54 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 84 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.13 |
| HSL | 92.61º | 0.68% | 0.6% | - |
| HSV(B) | 92.61º | 0.62% | 0.87% | - |
| XYZ | 39.75 | 59.09 | 17.7 | - |
| YUV | 183.84 | 71.65 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 84 | 0.34 | 0 | 0.62 | 0.13 | 92.61 | 0.68 | 0.6 |
| Hex | 93 | DE | 54 | 22 | 0 | 3E | D | 5D | 44 | 3C |
| Octal | 223 | 336 | 124 | 42 | 0 | 76 | 15 | 135 | 104 | 74 |
| Binary | 10010011 | 11011110 | 1010100 | 100010 | 0 | 111110 | 1101 | 1011101 | 1000100 | 111100 |
Color Harmonies of #93DE54
Complementary color
Monochromatic Colors of #93DE54
Black with #93DE54
Text Example
Text Example
White with #93DE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DE54; }
p { color: rgb(147,222,84); }
H1.HeaderClassName
{
color: #93DE54;
}
.AnyTagClassName
{
color: #93DE54;
}
</style>
background-color css
<style>
a { background-color: #93DE54; }
a { background-color: rgb(147,222,84); }
div.DivClassName
{
background-color: #93DE54;
}
.BgClassName
{
background-color: #93DE54;
}
</style>
border-color css
<style>
span { border-color: #93DE54; }
span { border-color: rgb(147,222,84); }
td.TdClassName
{
border-color: #93DE54;
}
.TagClassName
{
border-color: #93DE54;
}
</style>