#7DD838

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

Shades of Atlantis #7DD838

Tints of Atlantis #7DD838

Color information

#7DD838 (or 0x7DD838) is unknown color: approx Atlantis. HEX triplet: 7D, D8 and 38. RGB value is (125,216,56). Sum of RGB (Red+Green+Blue) = 125+216+56=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD838 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD838 is #8227C7. Grayscale: #ABABAB. Windows color (decimal): -8529864 or 3725437. OLE color: 3725437.

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

Color convert

RGB12521656-
CMYK0.4200.740.15
HSL94.12º67.23%53.33%-
HSV(B)94.12º74.07%84.71%-
XYZ33.7353.7612.34-
YUV170.5563.3595.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 216 (84.77% from 255) = 54.41%
BLUE value IS 56 (22.27% from 255) = 14.11%
R=31.49%
G=54.41%
B=14.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125216560.4200.740.1594.1267.2353.33
Hex7DD8382A04AF5e4335
Octal175330705201121713610365
Binary11111011101100011100010101001001010111110111101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,216,56); }

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

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

 a { background-color: rgb(125,216,56); }

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

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

 span { border-color: rgb(125,216,56); }

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