#7DDD3A

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

Shades of Atlantis #7DDD3A

Tints of Atlantis #7DDD3A

Color information

#7DDD3A (or 0x7DDD3A) is unknown color: approx Atlantis. HEX triplet: 7D, DD and 3A. RGB value is (125,221,58). Sum of RGB (Red+Green+Blue) = 125+221+58=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD3A is #8222C5. Grayscale: #AEAEAE. Windows color (decimal): -8528582 or 3857789. OLE color: 3857789.

HSL color Cylindrical-coordinate representation of color #7DDD3A: hue angle of 95.34º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DDD3A is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB12522158-
CMYK0.4300.740.13
HSL95.34º70.56%54.71%-
HSV(B)95.34º73.76%86.67%-
XYZ35.0856.3813.04-
YUV173.7162.793.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 221 (86.72% from 255) = 54.70%
BLUE value IS 58 (23.05% from 255) = 14.36%
R=30.94%
G=54.70%
B=14.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125221580.4300.740.1395.3470.5654.71
Hex7DDD3A2B04AD5f4737
Octal175335725301121513710767
Binary11111011101110111101010101101001010110110111111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,221,58); }

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

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

 a { background-color: rgb(125,221,58); }

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

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

 span { border-color: rgb(125,221,58); }

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