#7DEC40

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

Shades of Atlantis #7DEC40

Tints of Atlantis #7DEC40

Color information

#7DEC40 (or 0x7DEC40) is unknown color: approx Atlantis. HEX triplet: 7D, EC and 40. RGB value is (125,236,64). Sum of RGB (Red+Green+Blue) = 125+236+64=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DEC40 is #8213BF. Grayscale: #B7B7B7. Windows color (decimal): -8524736 or 4254845. OLE color: 4254845.

HSL color Cylindrical-coordinate representation of color #7DEC40: hue angle of 98.72º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DEC40 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB12523664-
CMYK0.4700.730.07
HSL98.72º81.9%58.82%-
HSV(B)98.72º72.88%92.55%-
XYZ39.3864.7215.27-
YUV183.260.7386.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.41%
GREEN value IS 236 (92.58% from 255) = 55.53%
BLUE value IS 64 (25.39% from 255) = 15.06%
R=29.41%
G=55.53%
B=15.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal125236640.4700.730.0798.7281.958.82
Hex7DEC402F049763523b
Octal175354100570111714312273
Binary11111011110110010000001011110100100111111000111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,236,64); }

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

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

 a { background-color: rgb(125,236,64); }

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

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

 span { border-color: rgb(125,236,64); }

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