Html Css Color HEX #80DC36 Atlantis

📋 copy color: '#80DC36'

red 128 ◦ green 220 ◦ blue 54

#80DC36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #80DC36

Tints of Atlantis #80DC36

RGB

 RED value IS 128 (50.39% from 255) = 31.84%

 GREEN value IS 220 (86.33% from 255) = 54.73%

 BLUE value IS 54 (21.48% from 255) = 13.43%

R = 31.84%
G = 54.73%
B = 13.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#80DC36 (or 0x80DC36) is known color: Atlantis. HEX triplet: 80, DC and 36. RGB value is (128,220,54). Sum of RGB (Red+Green+Blue) = 128+220+54=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC36 is #7F23C9. Grayscale: #AEAEAE. Windows color (decimal): -8332234 or 3595392. OLE color: 3595392.

HSL color Cylindrical-coordinate representation of color #80DC36: hue angle of 93.25º 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 #80DC36 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 54 -
CMYK 0.42 0 0.75 0.14
HSL 93.25º 0.7% 0.54% -
HSV(B) 93.25º 0.75% 0.86% -
XYZ 35.16 56.04 12.45 -
YUV 173.57 60.52 95.5 -
System Red Green Blue C M Y K H S L
Decimal 128 220 54 0.42 0 0.75 0.14 93.25 0.7 0.54
Hex 80 DC 36 2A 0 4B E 5D 46 36
Octal 200 334 66 52 0 113 16 135 106 66
Binary 10000000 11011100 110110 101010 0 1001011 1110 1011101 1000110 110110

Color Harmonies of #80DC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC36

Black with #80DC36

Text Example


Text Example

White with #80DC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80DC36;
 }
 .AnyTagClassName
 {
   color: #80DC36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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