#79F138

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

Shades of Atlantis #79F138

Tints of Atlantis #79F138

Color information

#79F138 (or 0x79F138) is unknown color: approx Atlantis. HEX triplet: 79, F1 and 38. RGB value is (121,241,56). Sum of RGB (Red+Green+Blue) = 121+241+56=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #79F138 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #79F138 is #860EC7. Grayscale: #B8B8B8. Windows color (decimal): -8785608 or 3731833. OLE color: 3731833.

HSL color Cylindrical-coordinate representation of color #79F138: hue angle of 98.92º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79F138 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB12124156-
CMYK0.5000.770.05
HSL98.92º86.85%58.24%-
HSV(B)98.92º76.76%94.51%-
XYZ40.0567.2614.61-
YUV184.0355.7483.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 241 (94.53% from 255) = 57.66%
BLUE value IS 56 (22.27% from 255) = 13.40%
R=28.95%
G=57.66%
B=13.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal121241560.5000.770.0598.9286.8558.24
Hex79F1383204D563573a
Octal17136170620115514312772
Binary1111001111100011110001100100100110110111000111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79F138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,241,56); }

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

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

 a { background-color: rgb(121,241,56); }

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

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

 span { border-color: rgb(121,241,56); }

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