#76E037

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

Shades of Atlantis #76E037

Tints of Atlantis #76E037

Color information

#76E037 (or 0x76E037) is unknown color: approx Atlantis. HEX triplet: 76, E0 and 37. RGB value is (118,224,55). Sum of RGB (Red+Green+Blue) = 118+224+55=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 224 (87.89% from 255 or 56.42% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 224 - color contains mainly: green. Hex color #76E037 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E037 is #891FC8. Grayscale: #ADADAD. Windows color (decimal): -8986569 or 3661942. OLE color: 3661942.

HSL color Cylindrical-coordinate representation of color #76E037: hue angle of 97.63º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76E037 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB11822455-
CMYK0.4700.750.12
HSL97.63º73.16%54.71%-
HSV(B)97.63º75.45%87.84%-
XYZ34.8257.4412.87-
YUV173.0461.3888.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 224 (87.89% from 255) = 56.42%
BLUE value IS 55 (21.88% from 255) = 13.85%
R=29.72%
G=56.42%
B=13.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal118224550.4700.750.1297.6373.1654.71
Hex76E0372F04BC624937
Octal166340675701131414211167
Binary11101101110000011011110111101001011110011000101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76E037; }

 p { color: rgb(118,224,55); }

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

<style>
 a { background-color: #76E037; }

 a { background-color: rgb(118,224,55); }

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

<style>
 span { border-color: #76E037; }

 span { border-color: rgb(118,224,55); }

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