Shades of Atlantis #7CDC39
Tints of Atlantis #7CDC39
RGB
CMYK
RGB Variations
Color information
#7CDC39 (or 0x7CDC39) is known color: Atlantis. HEX triplet: 7C, DC and 39. RGB value is (124,220,57). Sum of RGB (Red+Green+Blue) = 124+220+57=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDC39 is #8323C6. Grayscale: #ADADAD. Windows color (decimal): -8594375 or 3791996. OLE color: 3791996.
HSL color Cylindrical-coordinate representation of color #7CDC39: hue angle of 95.34º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CDC39 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 220 | 57 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.14 |
| HSL | 95.34º | 0.7% | 0.54% | - |
| HSV(B) | 95.34º | 0.74% | 0.86% | - |
| XYZ | 34.64 | 55.77 | 12.81 | - |
| YUV | 172.71 | 62.7 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 220 | 57 | 0.44 | 0 | 0.74 | 0.14 | 95.34 | 0.7 | 0.54 |
| Hex | 7C | DC | 39 | 2C | 0 | 4A | E | 5F | 46 | 36 |
| Octal | 174 | 334 | 71 | 54 | 0 | 112 | 16 | 137 | 106 | 66 |
| Binary | 1111100 | 11011100 | 111001 | 101100 | 0 | 1001010 | 1110 | 1011111 | 1000110 | 110110 |
Color Harmonies of #7CDC39
Complementary color
Monochromatic Colors of #7CDC39
Black with #7CDC39
Text Example
Text Example
White with #7CDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDC39; }
p { color: rgb(124,220,57); }
H1.HeaderClassName
{
color: #7CDC39;
}
.AnyTagClassName
{
color: #7CDC39;
}
</style>
background-color css
<style>
a { background-color: #7CDC39; }
a { background-color: rgb(124,220,57); }
div.DivClassName
{
background-color: #7CDC39;
}
.BgClassName
{
background-color: #7CDC39;
}
</style>
border-color css
<style>
span { border-color: #7CDC39; }
span { border-color: rgb(124,220,57); }
td.TdClassName
{
border-color: #7CDC39;
}
.TagClassName
{
border-color: #7CDC39;
}
</style>