Shades of Atlantis #7FD43C
Tints of Atlantis #7FD43C
RGB
CMYK
RGB Variations
Color information
#7FD43C (or 0x7FD43C) is known color: Atlantis. HEX triplet: 7F, D4 and 3C. RGB value is (127,212,60). Sum of RGB (Red+Green+Blue) = 127+212+60=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD43C is #802BC3. Grayscale: #A9A9A9. Windows color (decimal): -8399812 or 3986559. OLE color: 3986559.
HSL color Cylindrical-coordinate representation of color #7FD43C: hue angle of 93.55º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FD43C is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 212 | 60 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.17 |
| HSL | 93.55º | 0.64% | 0.53% | - |
| HSV(B) | 93.55º | 0.72% | 0.83% | - |
| XYZ | 33.11 | 51.93 | 12.55 | - |
| YUV | 169.26 | 66.34 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 212 | 60 | 0.40 | 0 | 0.72 | 0.17 | 93.55 | 0.64 | 0.53 |
| Hex | 7F | D4 | 3C | 28 | 0 | 48 | 11 | 5E | 40 | 35 |
| Octal | 177 | 324 | 74 | 50 | 0 | 110 | 21 | 136 | 100 | 65 |
| Binary | 1111111 | 11010100 | 111100 | 101000 | 0 | 1001000 | 10001 | 1011110 | 1000000 | 110101 |
Color Harmonies of #7FD43C
Complementary color
Monochromatic Colors of #7FD43C
Black with #7FD43C
Text Example
Text Example
White with #7FD43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD43C; }
p { color: rgb(127,212,60); }
H1.HeaderClassName
{
color: #7FD43C;
}
.AnyTagClassName
{
color: #7FD43C;
}
</style>
background-color css
<style>
a { background-color: #7FD43C; }
a { background-color: rgb(127,212,60); }
div.DivClassName
{
background-color: #7FD43C;
}
.BgClassName
{
background-color: #7FD43C;
}
</style>
border-color css
<style>
span { border-color: #7FD43C; }
span { border-color: rgb(127,212,60); }
td.TdClassName
{
border-color: #7FD43C;
}
.TagClassName
{
border-color: #7FD43C;
}
</style>