Shades of Atlantis #7CDD38
Tints of Atlantis #7CDD38
RGB
CMYK
RGB Variations
Color information
#7CDD38 (or 0x7CDD38) is known color: Atlantis. HEX triplet: 7C, DD and 38. RGB value is (124,221,56). Sum of RGB (Red+Green+Blue) = 124+221+56=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDD38 is #8322C7. Grayscale: #ADADAD. Windows color (decimal): -8594120 or 3726716. OLE color: 3726716.
HSL color Cylindrical-coordinate representation of color #7CDD38: hue angle of 95.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CDD38 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 56 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.13 |
| HSL | 95.27º | 0.71% | 0.54% | - |
| HSV(B) | 95.27º | 0.75% | 0.87% | - |
| XYZ | 34.88 | 56.28 | 12.77 | - |
| YUV | 173.19 | 61.86 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 56 | 0.44 | 0 | 0.75 | 0.13 | 95.27 | 0.71 | 0.54 |
| Hex | 7C | DD | 38 | 2C | 0 | 4B | D | 5F | 47 | 36 |
| Octal | 174 | 335 | 70 | 54 | 0 | 113 | 15 | 137 | 107 | 66 |
| Binary | 1111100 | 11011101 | 111000 | 101100 | 0 | 1001011 | 1101 | 1011111 | 1000111 | 110110 |
Color Harmonies of #7CDD38
Complementary color
Monochromatic Colors of #7CDD38
Black with #7CDD38
Text Example
Text Example
White with #7CDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD38; }
p { color: rgb(124,221,56); }
H1.HeaderClassName
{
color: #7CDD38;
}
.AnyTagClassName
{
color: #7CDD38;
}
</style>
background-color css
<style>
a { background-color: #7CDD38; }
a { background-color: rgb(124,221,56); }
div.DivClassName
{
background-color: #7CDD38;
}
.BgClassName
{
background-color: #7CDD38;
}
</style>
border-color css
<style>
span { border-color: #7CDD38; }
span { border-color: rgb(124,221,56); }
td.TdClassName
{
border-color: #7CDD38;
}
.TagClassName
{
border-color: #7CDD38;
}
</style>