Shades of Atlantis #7CDF36
Tints of Atlantis #7CDF36
RGB
CMYK
RGB Variations
Color information
#7CDF36 (or 0x7CDF36) is known color: Atlantis. HEX triplet: 7C, DF and 36. RGB value is (124,223,54). Sum of RGB (Red+Green+Blue) = 124+223+54=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDF36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDF36 is #8320C9. Grayscale: #AEAEAE. Windows color (decimal): -8593610 or 3596156. OLE color: 3596156.
HSL color Cylindrical-coordinate representation of color #7CDF36: hue angle of 95.15º degrees, saturation: 0.73, 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 #7CDF36 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 54 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.13 |
| HSL | 95.15º | 0.73% | 0.54% | - |
| HSV(B) | 95.15º | 0.76% | 0.87% | - |
| XYZ | 35.37 | 57.33 | 12.69 | - |
| YUV | 174.13 | 60.2 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 54 | 0.44 | 0 | 0.76 | 0.13 | 95.15 | 0.73 | 0.54 |
| Hex | 7C | DF | 36 | 2C | 0 | 4C | D | 5F | 49 | 36 |
| Octal | 174 | 337 | 66 | 54 | 0 | 114 | 15 | 137 | 111 | 66 |
| Binary | 1111100 | 11011111 | 110110 | 101100 | 0 | 1001100 | 1101 | 1011111 | 1001001 | 110110 |
Color Harmonies of #7CDF36
Complementary color
Monochromatic Colors of #7CDF36
Black with #7CDF36
Text Example
Text Example
White with #7CDF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDF36; }
p { color: rgb(124,223,54); }
H1.HeaderClassName
{
color: #7CDF36;
}
.AnyTagClassName
{
color: #7CDF36;
}
</style>
background-color css
<style>
a { background-color: #7CDF36; }
a { background-color: rgb(124,223,54); }
div.DivClassName
{
background-color: #7CDF36;
}
.BgClassName
{
background-color: #7CDF36;
}
</style>
border-color css
<style>
span { border-color: #7CDF36; }
span { border-color: rgb(124,223,54); }
td.TdClassName
{
border-color: #7CDF36;
}
.TagClassName
{
border-color: #7CDF36;
}
</style>