Html Css Color HEX #80DA3C Atlantis

📋 copy color: '#80DA3C'

red 128 ◦ green 218 ◦ blue 60

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

Shades of Atlantis #80DA3C

Tints of Atlantis #80DA3C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.69%

 BLUE value IS 60 (23.83% from 255) = 14.78%

R = 31.53%
G = 53.69%
B = 14.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#80DA3C (or 0x80DA3C) is known color: Atlantis. HEX triplet: 80, DA and 3C. RGB value is (128,218,60). Sum of RGB (Red+Green+Blue) = 128+218+60=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DA3C is #7F25C3. Grayscale: #ADADAD. Windows color (decimal): -8332740 or 3988096. OLE color: 3988096.

HSL color Cylindrical-coordinate representation of color #80DA3C: hue angle of 94.18º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80DA3C is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 60 -
CMYK 0.41 0 0.72 0.15
HSL 94.18º 0.68% 0.55% -
HSV(B) 94.18º 0.72% 0.85% -
XYZ 34.79 55.06 13.07 -
YUV 173.08 64.18 95.85 -
System Red Green Blue C M Y K H S L
Decimal 128 218 60 0.41 0 0.72 0.15 94.18 0.68 0.55
Hex 80 DA 3C 29 0 48 F 5E 44 37
Octal 200 332 74 51 0 110 17 136 104 67
Binary 10000000 11011010 111100 101001 0 1001000 1111 1011110 1000100 110111

Color Harmonies of #80DA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA3C

Black with #80DA3C

Text Example


Text Example

White with #80DA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,218,60); }

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

background-color css

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

 a { background-color: rgb(128,218,60); }

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

border-color css

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

 span { border-color: rgb(128,218,60); }

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