#76DE36

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

Shades of Atlantis #76DE36

Tints of Atlantis #76DE36

Color information

#76DE36 (or 0x76DE36) is unknown color: approx Atlantis. HEX triplet: 76, DE and 36. RGB value is (118,222,54). Sum of RGB (Red+Green+Blue) = 118+222+54=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 222 (87.11% from 255 or 56.35% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 222 - color contains mainly: green. Hex color #76DE36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DE36 is #8921C9. Grayscale: #ACACAC. Windows color (decimal): -8987082 or 3595894. OLE color: 3595894.

HSL color Cylindrical-coordinate representation of color #76DE36: hue angle of 97.14º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76DE36 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB11822254-
CMYK0.4700.760.13
HSL97.14º71.79%54.12%-
HSV(B)97.14º75.68%87.06%-
XYZ34.2656.3612.56-
YUV171.7561.5489.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 222 (87.11% from 255) = 56.35%
BLUE value IS 54 (21.48% from 255) = 13.71%
R=29.95%
G=56.35%
B=13.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118222540.4700.760.1397.1471.7954.12
Hex76DE362F04CD614836
Octal166336665701141514111066
Binary11101101101111011011010111101001100110111000011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,222,54); }

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

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

 a { background-color: rgb(118,222,54); }

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

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

 span { border-color: rgb(118,222,54); }

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