#7DEF40

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

Shades of Atlantis #7DEF40

Tints of Atlantis #7DEF40

Color information

#7DEF40 (or 0x7DEF40) is unknown color: approx Atlantis. HEX triplet: 7D, EF and 40. RGB value is (125,239,64). Sum of RGB (Red+Green+Blue) = 125+239+64=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 239 (93.75% from 255 or 55.84% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DEF40 is #8210BF. Grayscale: #B9B9B9. Windows color (decimal): -8523968 or 4255613. OLE color: 4255613.

HSL color Cylindrical-coordinate representation of color #7DEF40: hue angle of 99.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DEF40 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB12523964-
CMYK0.4800.730.06
HSL99.09º84.54%59.41%-
HSV(B)99.09º73.22%93.73%-
XYZ40.2566.4615.56-
YUV184.9659.7385.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.21%
GREEN value IS 239 (93.75% from 255) = 55.84%
BLUE value IS 64 (25.39% from 255) = 14.95%
R=29.21%
G=55.84%
B=14.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal125239640.4800.730.0699.0984.5459.41
Hex7DEF4030049663553b
Octal175357100600111614312573
Binary11111011110111110000001100000100100111011000111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,239,64); }

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

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

 a { background-color: rgb(125,239,64); }

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

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

 span { border-color: rgb(125,239,64); }

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