Shades of Atlantis #7CDD36
Tints of Atlantis #7CDD36
RGB
CMYK
RGB Variations
Color information
#7CDD36 (or 0x7CDD36) is known color: Atlantis. HEX triplet: 7C, DD and 36. RGB value is (124,221,54). Sum of RGB (Red+Green+Blue) = 124+221+54=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDD36 is #8322C9. Grayscale: #ADADAD. Windows color (decimal): -8594122 or 3595644. OLE color: 3595644.
HSL color Cylindrical-coordinate representation of color #7CDD36: hue angle of 94.85º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CDD36 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 54 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.13 |
| HSL | 94.85º | 0.71% | 0.54% | - |
| HSV(B) | 94.85º | 0.76% | 0.87% | - |
| XYZ | 34.83 | 56.26 | 12.51 | - |
| YUV | 172.96 | 60.86 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 54 | 0.44 | 0 | 0.76 | 0.13 | 94.85 | 0.71 | 0.54 |
| Hex | 7C | DD | 36 | 2C | 0 | 4C | D | 5F | 47 | 36 |
| Octal | 174 | 335 | 66 | 54 | 0 | 114 | 15 | 137 | 107 | 66 |
| Binary | 1111100 | 11011101 | 110110 | 101100 | 0 | 1001100 | 1101 | 1011111 | 1000111 | 110110 |
Color Harmonies of #7CDD36
Complementary color
Monochromatic Colors of #7CDD36
Black with #7CDD36
Text Example
Text Example
White with #7CDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD36; }
p { color: rgb(124,221,54); }
H1.HeaderClassName
{
color: #7CDD36;
}
.AnyTagClassName
{
color: #7CDD36;
}
</style>
background-color css
<style>
a { background-color: #7CDD36; }
a { background-color: rgb(124,221,54); }
div.DivClassName
{
background-color: #7CDD36;
}
.BgClassName
{
background-color: #7CDD36;
}
</style>
border-color css
<style>
span { border-color: #7CDD36; }
span { border-color: rgb(124,221,54); }
td.TdClassName
{
border-color: #7CDD36;
}
.TagClassName
{
border-color: #7CDD36;
}
</style>