Html Css Color HEX #80E842 Atlantis

📋 copy color: '#80E842'

red 128 ◦ green 232 ◦ blue 66

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

Shades of Atlantis #80E842

Tints of Atlantis #80E842

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.46%

 BLUE value IS 66 (26.17% from 255) = 15.49%

R = 30.05%
G = 54.46%
B = 15.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#80E842 (or 0x80E842) is known color: Atlantis. HEX triplet: 80, E8 and 42. RGB value is (128,232,66). Sum of RGB (Red+Green+Blue) = 128+232+66=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 232 (91.02% from 255 or 54.46% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 232 - color contains mainly: green. Hex color #80E842 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E842 is #7F17BD. Grayscale: #B6B6B6. Windows color (decimal): -8329150 or 4384896. OLE color: 4384896.

HSL color Cylindrical-coordinate representation of color #80E842: hue angle of 97.59º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80E842 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 232 66 -
CMYK 0.45 0 0.72 0.09
HSL 97.59º 0.78% 0.58% -
HSV(B) 97.59º 0.72% 0.91% -
XYZ 38.74 62.7 15.21 -
YUV 181.98 62.54 89.5 -
System Red Green Blue C M Y K H S L
Decimal 128 232 66 0.45 0 0.72 0.09 97.59 0.78 0.58
Hex 80 E8 42 2D 0 48 9 62 4E 3A
Octal 200 350 102 55 0 110 11 142 116 72
Binary 10000000 11101000 1000010 101101 0 1001000 1001 1100010 1001110 111010

Color Harmonies of #80E842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E842

Black with #80E842

Text Example


Text Example

White with #80E842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,232,66); }

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

background-color css

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

 a { background-color: rgb(128,232,66); }

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

border-color css

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

 span { border-color: rgb(128,232,66); }

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