#7DD639

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

Shades of Atlantis #7DD639

Tints of Atlantis #7DD639

Color information

#7DD639 (or 0x7DD639) is unknown color: approx Atlantis. HEX triplet: 7D, D6 and 39. RGB value is (125,214,57). Sum of RGB (Red+Green+Blue) = 125+214+57=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD639 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD639 is #8229C6. Grayscale: #AAAAAA. Windows color (decimal): -8530375 or 3790461. OLE color: 3790461.

HSL color Cylindrical-coordinate representation of color #7DD639: hue angle of 94.01º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DD639 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB12521457-
CMYK0.4200.730.16
HSL94.01º65.69%53.14%-
HSV(B)94.01º73.36%83.92%-
XYZ33.2452.7512.3-
YUV169.4964.5196.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 214 (83.98% from 255) = 54.04%
BLUE value IS 57 (22.66% from 255) = 14.39%
R=31.57%
G=54.04%
B=14.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal125214570.4200.730.1694.0165.6953.14
Hex7DD6392A049105e4235
Octal175326715201112013610265
Binary111110111010110111001101010010010011000010111101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,214,57); }

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

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

 a { background-color: rgb(125,214,57); }

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

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

 span { border-color: rgb(125,214,57); }

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