Shades of Atlantis #7FDC3C
Tints of Atlantis #7FDC3C
RGB
CMYK
RGB Variations
Color information
#7FDC3C (or 0x7FDC3C) is known color: Atlantis. HEX triplet: 7F, DC and 3C. RGB value is (127,220,60). Sum of RGB (Red+Green+Blue) = 127+220+60=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDC3C is #8023C3. Grayscale: #AEAEAE. Windows color (decimal): -8397764 or 3988607. OLE color: 3988607.
HSL color Cylindrical-coordinate representation of color #7FDC3C: hue angle of 94.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FDC3C is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 60 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.14 |
| HSL | 94.88º | 0.7% | 0.55% | - |
| HSV(B) | 94.88º | 0.73% | 0.86% | - |
| XYZ | 35.16 | 56.02 | 13.24 | - |
| YUV | 173.95 | 63.69 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 60 | 0.42 | 0 | 0.73 | 0.14 | 94.88 | 0.7 | 0.55 |
| Hex | 7F | DC | 3C | 2A | 0 | 49 | E | 5F | 46 | 37 |
| Octal | 177 | 334 | 74 | 52 | 0 | 111 | 16 | 137 | 106 | 67 |
| Binary | 1111111 | 11011100 | 111100 | 101010 | 0 | 1001001 | 1110 | 1011111 | 1000110 | 110111 |
Color Harmonies of #7FDC3C
Complementary color
Monochromatic Colors of #7FDC3C
Black with #7FDC3C
Text Example
Text Example
White with #7FDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC3C; }
p { color: rgb(127,220,60); }
H1.HeaderClassName
{
color: #7FDC3C;
}
.AnyTagClassName
{
color: #7FDC3C;
}
</style>
background-color css
<style>
a { background-color: #7FDC3C; }
a { background-color: rgb(127,220,60); }
div.DivClassName
{
background-color: #7FDC3C;
}
.BgClassName
{
background-color: #7FDC3C;
}
</style>
border-color css
<style>
span { border-color: #7FDC3C; }
span { border-color: rgb(127,220,60); }
td.TdClassName
{
border-color: #7FDC3C;
}
.TagClassName
{
border-color: #7FDC3C;
}
</style>