Html Css Color HEX #80DC3F Atlantis

📋 copy color: '#80DC3F'

red 128 ◦ green 220 ◦ blue 63

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

Shades of Atlantis #80DC3F

Tints of Atlantis #80DC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.33%

R = 31.14%
G = 53.53%
B = 15.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#80DC3F (or 0x80DC3F) is known color: Atlantis. HEX triplet: 80, DC and 3F. RGB value is (128,220,63). Sum of RGB (Red+Green+Blue) = 128+220+63=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC3F is #7F23C0. Grayscale: #AFAFAF. Windows color (decimal): -8332225 or 4185216. OLE color: 4185216.

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

Color convert

RGB 128 220 63 -
CMYK 0.42 0 0.71 0.14
HSL 95.16º 0.69% 0.55% -
HSV(B) 95.16º 0.71% 0.86% -
XYZ 35.39 56.13 13.67 -
YUV 174.59 65.02 94.77 -
System Red Green Blue C M Y K H S L
Decimal 128 220 63 0.42 0 0.71 0.14 95.16 0.69 0.55
Hex 80 DC 3F 2A 0 47 E 5F 45 37
Octal 200 334 77 52 0 107 16 137 105 67
Binary 10000000 11011100 111111 101010 0 1000111 1110 1011111 1000101 110111

Color Harmonies of #80DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC3F

Black with #80DC3F

Text Example


Text Example

White with #80DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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