#76DC36

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

Shades of Atlantis #76DC36

Tints of Atlantis #76DC36

Color information

#76DC36 (or 0x76DC36) is unknown color: approx Atlantis. HEX triplet: 76, DC and 36. RGB value is (118,220,54). Sum of RGB (Red+Green+Blue) = 118+220+54=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DC36 is #8923C9. Grayscale: #ABABAB. Windows color (decimal): -8987594 or 3595382. OLE color: 3595382.

HSL color Cylindrical-coordinate representation of color #76DC36: hue angle of 96.87º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76DC36 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB11822054-
CMYK0.4600.750.14
HSL96.87º70.34%53.73%-
HSV(B)96.87º75.45%86.27%-
XYZ33.7355.312.39-
YUV170.5862.2190.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 220 (86.33% from 255) = 56.12%
BLUE value IS 54 (21.48% from 255) = 13.78%
R=30.10%
G=56.12%
B=13.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal118220540.4600.750.1496.8770.3453.73
Hex76DC362E04BE614636
Octal166334665601131614110666
Binary11101101101110011011010111001001011111011000011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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