#7DD73B

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

Shades of Atlantis #7DD73B

Tints of Atlantis #7DD73B

Color information

#7DD73B (or 0x7DD73B) is unknown color: approx Atlantis. HEX triplet: 7D, D7 and 3B. RGB value is (125,215,59). Sum of RGB (Red+Green+Blue) = 125+215+59=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD73B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD73B is #8228C4. Grayscale: #AAAAAA. Windows color (decimal): -8530117 or 3921789. OLE color: 3921789.

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

Color convert

RGB12521559-
CMYK0.4200.730.16
HSL94.62º66.1%53.73%-
HSV(B)94.62º72.56%84.31%-
XYZ33.5553.2812.65-
YUV170.3165.1895.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 215 (84.38% from 255) = 53.88%
BLUE value IS 59 (23.44% from 255) = 14.79%
R=31.33%
G=53.88%
B=14.79%

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
Decimal125215590.4200.730.1694.6266.153.73
Hex7DD73B2A049105f4236
Octal175327735201112013710266
Binary111110111010111111011101010010010011000010111111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,215,59); }

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

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

 a { background-color: rgb(125,215,59); }

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

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

 span { border-color: rgb(125,215,59); }

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