Html Css Color HEX #80D039 Atlantis

📋 copy color: '#80D039'

red 128 ◦ green 208 ◦ blue 57

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

Shades of Atlantis #80D039

Tints of Atlantis #80D039

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.93%

 BLUE value IS 57 (22.66% from 255) = 14.5%

R = 32.57%
G = 52.93%
B = 14.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#80D039 (or 0x80D039) is known color: Atlantis. HEX triplet: 80, D0 and 39. RGB value is (128,208,57). Sum of RGB (Red+Green+Blue) = 128+208+57=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #80D039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D039 is #7F2FC6. Grayscale: #A7A7A7. Windows color (decimal): -8335303 or 3788928. OLE color: 3788928.

HSL color Cylindrical-coordinate representation of color #80D039: hue angle of 91.79º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80D039 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 57 -
CMYK 0.38 0 0.73 0.18
HSL 91.79º 0.62% 0.52% -
HSV(B) 91.79º 0.73% 0.82% -
XYZ 32.2 50 11.82 -
YUV 166.87 66 100.28 -
System Red Green Blue C M Y K H S L
Decimal 128 208 57 0.38 0 0.73 0.18 91.79 0.62 0.52
Hex 80 D0 39 26 0 49 12 5C 3E 34
Octal 200 320 71 46 0 111 22 134 76 64
Binary 10000000 11010000 111001 100110 0 1001001 10010 1011100 111110 110100

Color Harmonies of #80D039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D039

Black with #80D039

Text Example


Text Example

White with #80D039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,57); }

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

background-color css

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

 a { background-color: rgb(128,208,57); }

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

border-color css

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

 span { border-color: rgb(128,208,57); }

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