#7cd13a

Color #7CD13A Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #7CD13A

Tints of Atlantis #7CD13A

Color information

#7CD13A (or 0x7CD13A) is unknown color: approx Atlantis. HEX triplet: 7C, D1 and 3A. RGB value is (124,209,58). Sum of RGB (Red+Green+Blue) = 124+209+58=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #7CD13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD13A is #832EC5. Grayscale: #A6A6A6. Windows color (decimal): -8597190 or 3854716. OLE color: 3854716.

HSL color Cylindrical-coordinate representation of color #7CD13A: hue angle of 93.77º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CD13A is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB12420958-
CMYK0.4100.720.18
HSL93.77º62.14%52.35%-
HSV(B)93.77º72.25%81.96%-
XYZ31.8850.1912.01-
YUV166.3766.8497.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 209 (82.03% from 255) = 53.45%
BLUE value IS 58 (23.05% from 255) = 14.83%
R=31.71%
G=53.45%
B=14.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124209580.4100.720.1893.7762.1452.35
Hex7CD13A29048125e3e34
Octal17432172510110221367664
Binary11111001101000111101010100101001000100101011110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cd13a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7cd13a; }

 p { color: rgb(124,209,58); }

 H1.HeaderClassName
 {
   color: #7cd13a;
 }
 .AnyTagClassName
 {
   color: #7cd13a;
 }
</style>
background-color css

<style>
 a { background-color: #7cd13a; }

 a { background-color: rgb(124,209,58); }

 div.DivClassName
 {
   background-color: #7cd13a;
 }
 .BgClassName
 {
   background-color: #7cd13a;
 }
</style>
border-color css

<style>
 span { border-color: #7cd13a; }

 span { border-color: rgb(124,209,58); }

 td.TdClassName
 {
   border-color: #7cd13a;
 }
 .TagClassName
 {
   border-color: #7cd13a;
 }
</style>