#7CEC40

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

Shades of Atlantis #7CEC40

Tints of Atlantis #7CEC40

Color information

#7CEC40 (or 0x7CEC40) is unknown color: approx Atlantis. HEX triplet: 7C, EC and 40. RGB value is (124,236,64). Sum of RGB (Red+Green+Blue) = 124+236+64=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #7CEC40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CEC40 is #8313BF. Grayscale: #B7B7B7. Windows color (decimal): -8590272 or 4254844. OLE color: 4254844.

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

Color convert

RGB12423664-
CMYK0.4700.730.07
HSL99.07º81.9%58.82%-
HSV(B)99.07º72.88%92.55%-
XYZ39.2364.6515.26-
YUV182.960.8985.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.25%
GREEN value IS 236 (92.58% from 255) = 55.66%
BLUE value IS 64 (25.39% from 255) = 15.09%
R=29.25%
G=55.66%
B=15.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal124236640.4700.730.0799.0781.958.82
Hex7CEC402F049763523b
Octal174354100570111714312273
Binary11111001110110010000001011110100100111111000111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,236,64); }

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

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

 a { background-color: rgb(124,236,64); }

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

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

 span { border-color: rgb(124,236,64); }

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