#7dd937

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

Shades of Atlantis #7DD937

Tints of Atlantis #7DD937

Color information

#7DD937 (or 0x7DD937) is unknown color: approx Atlantis. HEX triplet: 7D, D9 and 37. RGB value is (125,217,55). Sum of RGB (Red+Green+Blue) = 125+217+55=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD937 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD937 is #8226C8. Grayscale: #ABABAB. Windows color (decimal): -8529609 or 3660157. OLE color: 3660157.

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

Color convert

RGB12521755-
CMYK0.4200.750.15
HSL94.07º68.07%53.33%-
HSV(B)94.07º74.65%85.1%-
XYZ33.9654.2612.3-
YUV171.0262.5295.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 217 (85.16% from 255) = 54.66%
BLUE value IS 55 (21.88% from 255) = 13.85%
R=31.49%
G=54.66%
B=13.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125217550.4200.750.1594.0768.0753.33
Hex7DD9372A04BF5e4435
Octal175331675201131713610465
Binary11111011101100111011110101001001011111110111101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7dd937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,217,55); }

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

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

 a { background-color: rgb(125,217,55); }

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

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

 span { border-color: rgb(125,217,55); }

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