#7DDD35

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

Shades of Atlantis #7DDD35

Tints of Atlantis #7DDD35

Color information

#7DDD35 (or 0x7DDD35) is unknown color: approx Atlantis. HEX triplet: 7D, DD and 35. RGB value is (125,221,53). Sum of RGB (Red+Green+Blue) = 125+221+53=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD35 is #8222CA. Grayscale: #ADADAD. Windows color (decimal): -8528587 or 3530109. OLE color: 3530109.

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

Color convert

RGB12522153-
CMYK0.4300.760.13
HSL94.29º71.19%53.73%-
HSV(B)94.29º76.02%86.67%-
XYZ34.9656.3312.4-
YUV173.1460.293.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 221 (86.72% from 255) = 55.39%
BLUE value IS 53 (21.09% from 255) = 13.28%
R=31.33%
G=55.39%
B=13.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125221530.4300.760.1394.2971.1953.73
Hex7DDD352B04CD5e4736
Octal175335655301141513610766
Binary11111011101110111010110101101001100110110111101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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