Html Css Color HEX #80D637 Atlantis

📋 copy color: '#80D637'

red 128 ◦ green 214 ◦ blue 55

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

Shades of Atlantis #80D637

Tints of Atlantis #80D637

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.9%

 BLUE value IS 55 (21.88% from 255) = 13.85%

R = 32.24%
G = 53.9%
B = 13.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#80D637 (or 0x80D637) is known color: Atlantis. HEX triplet: 80, D6 and 37. RGB value is (128,214,55). Sum of RGB (Red+Green+Blue) = 128+214+55=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #80D637 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D637 is #7F29C8. Grayscale: #AAAAAA. Windows color (decimal): -8333769 or 3659392. OLE color: 3659392.

HSL color Cylindrical-coordinate representation of color #80D637: hue angle of 92.45º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80D637 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 55 -
CMYK 0.40 0 0.74 0.16
HSL 92.45º 0.66% 0.53% -
HSV(B) 92.45º 0.74% 0.84% -
XYZ 33.64 52.96 12.06 -
YUV 170.16 63.01 97.93 -
System Red Green Blue C M Y K H S L
Decimal 128 214 55 0.40 0 0.74 0.16 92.45 0.66 0.53
Hex 80 D6 37 28 0 4A 10 5C 42 35
Octal 200 326 67 50 0 112 20 134 102 65
Binary 10000000 11010110 110111 101000 0 1001010 10000 1011100 1000010 110101

Color Harmonies of #80D637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D637

Black with #80D637

Text Example


Text Example

White with #80D637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,214,55); }

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

background-color css

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

 a { background-color: rgb(128,214,55); }

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

border-color css

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

 span { border-color: rgb(128,214,55); }

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