#79ED3C

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

Shades of Atlantis #79ED3C

Tints of Atlantis #79ED3C

Color information

#79ED3C (or 0x79ED3C) is unknown color: approx Atlantis. HEX triplet: 79, ED and 3C. RGB value is (121,237,60). Sum of RGB (Red+Green+Blue) = 121+237+60=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 237 (92.97% from 255 or 56.70% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 237 - color contains mainly: green. Hex color #79ED3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #79ED3C is #8612C3. Grayscale: #B6B6B6. Windows color (decimal): -8786628 or 3992953. OLE color: 3992953.

HSL color Cylindrical-coordinate representation of color #79ED3C: hue angle of 99.32º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #79ED3C is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB12123760-
CMYK0.4900.750.07
HSL99.32º83.1%58.24%-
HSV(B)99.32º74.68%92.94%-
XYZ38.9864.9614.76-
YUV182.1459.0784.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 237 (92.97% from 255) = 56.70%
BLUE value IS 60 (23.83% from 255) = 14.35%
R=28.95%
G=56.70%
B=14.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal121237600.4900.750.0799.3283.158.24
Hex79ED3C3104B763533a
Octal17135574610113714312372
Binary1111001111011011111001100010100101111111000111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ED3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79ED3C; }

 p { color: rgb(121,237,60); }

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

<style>
 a { background-color: #79ED3C; }

 a { background-color: rgb(121,237,60); }

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

<style>
 span { border-color: #79ED3C; }

 span { border-color: rgb(121,237,60); }

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