#7DD539

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

Shades of Atlantis #7DD539

Tints of Atlantis #7DD539

Color information

#7DD539 (or 0x7DD539) is unknown color: approx Atlantis. HEX triplet: 7D, D5 and 39. RGB value is (125,213,57). Sum of RGB (Red+Green+Blue) = 125+213+57=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD539 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD539 is #822AC6. Grayscale: #A9A9A9. Windows color (decimal): -8530631 or 3790205. OLE color: 3790205.

HSL color Cylindrical-coordinate representation of color #7DD539: hue angle of 93.85º degrees, saturation: 0.65, 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 #7DD539 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB12521357-
CMYK0.4100.730.16
HSL93.85º65%52.94%-
HSV(B)93.85º73.24%83.53%-
XYZ32.9952.2412.22-
YUV168.964.8596.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.65%
GREEN value IS 213 (83.59% from 255) = 53.92%
BLUE value IS 57 (22.66% from 255) = 14.43%
R=31.65%
G=53.92%
B=14.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal125213570.4100.730.1693.856552.94
Hex7DD53929049105e4135
Octal175325715101112013610165
Binary111110111010101111001101001010010011000010111101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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