Shades of Atlantis #7FDC41
Tints of Atlantis #7FDC41
RGB
CMYK
RGB Variations
Color information
#7FDC41 (or 0x7FDC41) is known color: Atlantis. HEX triplet: 7F, DC and 41. RGB value is (127,220,65). Sum of RGB (Red+Green+Blue) = 127+220+65=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDC41 is #8023BE. Grayscale: #AFAFAF. Windows color (decimal): -8397759 or 4316287. OLE color: 4316287.
HSL color Cylindrical-coordinate representation of color #7FDC41: hue angle of 96º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FDC41 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 65 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.14 |
| HSL | 96º | 0.69% | 0.56% | - |
| HSV(B) | 96º | 0.7% | 0.86% | - |
| XYZ | 35.3 | 56.08 | 13.97 | - |
| YUV | 174.52 | 66.19 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 65 | 0.42 | 0 | 0.70 | 0.14 | 96 | 0.69 | 0.56 |
| Hex | 7F | DC | 41 | 2A | 0 | 46 | E | 60 | 45 | 38 |
| Octal | 177 | 334 | 101 | 52 | 0 | 106 | 16 | 140 | 105 | 70 |
| Binary | 1111111 | 11011100 | 1000001 | 101010 | 0 | 1000110 | 1110 | 1100000 | 1000101 | 111000 |
Color Harmonies of #7FDC41
Complementary color
Monochromatic Colors of #7FDC41
Black with #7FDC41
Text Example
Text Example
White with #7FDC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC41; }
p { color: rgb(127,220,65); }
H1.HeaderClassName
{
color: #7FDC41;
}
.AnyTagClassName
{
color: #7FDC41;
}
</style>
background-color css
<style>
a { background-color: #7FDC41; }
a { background-color: rgb(127,220,65); }
div.DivClassName
{
background-color: #7FDC41;
}
.BgClassName
{
background-color: #7FDC41;
}
</style>
border-color css
<style>
span { border-color: #7FDC41; }
span { border-color: rgb(127,220,65); }
td.TdClassName
{
border-color: #7FDC41;
}
.TagClassName
{
border-color: #7FDC41;
}
</style>