Html Css Color HEX #80DC3B Atlantis

📋 copy color: '#80DC3B'

red 128 ◦ green 220 ◦ blue 59

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

Shades of Atlantis #80DC3B

Tints of Atlantis #80DC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.5%

R = 31.45%
G = 54.05%
B = 14.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#80DC3B (or 0x80DC3B) is known color: Atlantis. HEX triplet: 80, DC and 3B. RGB value is (128,220,59). Sum of RGB (Red+Green+Blue) = 128+220+59=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC3B is #7F23C4. Grayscale: #AEAEAE. Windows color (decimal): -8332229 or 3923072. OLE color: 3923072.

HSL color Cylindrical-coordinate representation of color #80DC3B: hue angle of 94.29º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80DC3B is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 59 -
CMYK 0.42 0 0.73 0.14
HSL 94.29º 0.7% 0.55% -
HSV(B) 94.29º 0.73% 0.86% -
XYZ 35.28 56.09 13.1 -
YUV 174.14 63.02 95.09 -
System Red Green Blue C M Y K H S L
Decimal 128 220 59 0.42 0 0.73 0.14 94.29 0.7 0.55
Hex 80 DC 3B 2A 0 49 E 5E 46 37
Octal 200 334 73 52 0 111 16 136 106 67
Binary 10000000 11011100 111011 101010 0 1001001 1110 1011110 1000110 110111

Color Harmonies of #80DC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC3B

Black with #80DC3B

Text Example


Text Example

White with #80DC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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