#7DEC42

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

Shades of Atlantis #7DEC42

Tints of Atlantis #7DEC42

Color information

#7DEC42 (or 0x7DEC42) is unknown color: approx Atlantis. HEX triplet: 7D, EC and 42. RGB value is (125,236,66). Sum of RGB (Red+Green+Blue) = 125+236+66=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DEC42 is #8213BD. Grayscale: #B7B7B7. Windows color (decimal): -8524734 or 4385917. OLE color: 4385917.

HSL color Cylindrical-coordinate representation of color #7DEC42: hue angle of 99.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DEC42 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB12523666-
CMYK0.4700.720.07
HSL99.18º81.73%59.22%-
HSV(B)99.18º72.03%92.55%-
XYZ39.4464.7415.57-
YUV183.4361.7386.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.27%
GREEN value IS 236 (92.58% from 255) = 55.27%
BLUE value IS 66 (26.17% from 255) = 15.46%
R=29.27%
G=55.27%
B=15.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal125236660.4700.720.0799.1881.7359.22
Hex7DEC422F048763523b
Octal175354102570110714312273
Binary11111011110110010000101011110100100011111000111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,236,66); }

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

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

 a { background-color: rgb(125,236,66); }

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

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

 span { border-color: rgb(125,236,66); }

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