#7DE136

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

Shades of Atlantis #7DE136

Tints of Atlantis #7DE136

Color information

#7DE136 (or 0x7DE136) is unknown color: approx Atlantis. HEX triplet: 7D, E1 and 36. RGB value is (125,225,54). Sum of RGB (Red+Green+Blue) = 125+225+54=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 225 (88.28% from 255 or 55.69% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DE136 is #821EC9. Grayscale: #B0B0B0. Windows color (decimal): -8527562 or 3596669. OLE color: 3596669.

HSL color Cylindrical-coordinate representation of color #7DE136: hue angle of 95.09º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DE136 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB12522554-
CMYK0.4400.760.12
HSL95.09º74.03%54.71%-
HSV(B)95.09º76%88.24%-
XYZ36.0558.4812.88-
YUV175.6159.3791.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 225 (88.28% from 255) = 55.69%
BLUE value IS 54 (21.48% from 255) = 13.37%
R=30.94%
G=55.69%
B=13.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal125225540.4400.760.1295.0974.0354.71
Hex7DE1362C04CC5f4a37
Octal175341665401141413711267
Binary11111011110000111011010110001001100110010111111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,225,54); }

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

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

 a { background-color: rgb(125,225,54); }

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

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

 span { border-color: rgb(125,225,54); }

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