Shades of Atlantis #93CE4D
Tints of Atlantis #93CE4D
RGB
CMYK
RGB Variations
Color information
#93CE4D (or 0x93CE4D) is known color: Atlantis. HEX triplet: 93, CE and 4D. RGB value is (147,206,77). Sum of RGB (Red+Green+Blue) = 147+206+77=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CE4D is #6C31B2. Grayscale: #AEAEAE. Windows color (decimal): -7090611 or 5099155. OLE color: 5099155.
HSL color Cylindrical-coordinate representation of color #93CE4D: hue angle of 87.44º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93CE4D is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 77 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.19 |
| HSL | 87.44º | 0.57% | 0.55% | - |
| HSV(B) | 87.44º | 0.63% | 0.81% | - |
| XYZ | 35.44 | 50.88 | 14.97 | - |
| YUV | 173.65 | 73.45 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 77 | 0.29 | 0 | 0.63 | 0.19 | 87.44 | 0.57 | 0.55 |
| Hex | 93 | CE | 4D | 1D | 0 | 3F | 13 | 57 | 39 | 37 |
| Octal | 223 | 316 | 115 | 35 | 0 | 77 | 23 | 127 | 71 | 67 |
| Binary | 10010011 | 11001110 | 1001101 | 11101 | 0 | 111111 | 10011 | 1010111 | 111001 | 110111 |
Color Harmonies of #93CE4D
Complementary color
Monochromatic Colors of #93CE4D
Black with #93CE4D
Text Example
Text Example
White with #93CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CE4D; }
p { color: rgb(147,206,77); }
H1.HeaderClassName
{
color: #93CE4D;
}
.AnyTagClassName
{
color: #93CE4D;
}
</style>
background-color css
<style>
a { background-color: #93CE4D; }
a { background-color: rgb(147,206,77); }
div.DivClassName
{
background-color: #93CE4D;
}
.BgClassName
{
background-color: #93CE4D;
}
</style>
border-color css
<style>
span { border-color: #93CE4D; }
span { border-color: rgb(147,206,77); }
td.TdClassName
{
border-color: #93CE4D;
}
.TagClassName
{
border-color: #93CE4D;
}
</style>