#7FDA3D

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

Shades of Atlantis #7FDA3D

Tints of Atlantis #7FDA3D

Color information

#7FDA3D (or 0x7FDA3D) is unknown color: approx Atlantis. HEX triplet: 7F, DA and 3D. RGB value is (127,218,61). Sum of RGB (Red+Green+Blue) = 127+218+61=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDA3D is #8025C2. Grayscale: #ADADAD. Windows color (decimal): -8398275 or 4053631. OLE color: 4053631.

HSL color Cylindrical-coordinate representation of color #7FDA3D: hue angle of 94.78º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FDA3D is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB12721861-
CMYK0.4200.720.15
HSL94.78º67.97%54.71%-
HSV(B)94.78º72.02%85.49%-
XYZ34.6754.9913.2-
YUV172.8964.8595.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.28%
GREEN value IS 218 (85.55% from 255) = 53.69%
BLUE value IS 61 (24.22% from 255) = 15.02%
R=31.28%
G=53.69%
B=15.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal127218610.4200.720.1594.7867.9754.71
Hex7FDA3D2A048F5f4437
Octal177332755201101713710467
Binary11111111101101011110110101001001000111110111111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,218,61); }

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

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

 a { background-color: rgb(127,218,61); }

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

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

 span { border-color: rgb(127,218,61); }

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