Html Css Color HEX #80E838 Atlantis

📋 copy color: '#80E838'

red 128 ◦ green 232 ◦ blue 56

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

Shades of Atlantis #80E838

Tints of Atlantis #80E838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.46%

R = 30.77%
G = 55.77%
B = 13.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.09

RGB Variations

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

Color information

#80E838 (or 0x80E838) is known color: Atlantis. HEX triplet: 80, E8 and 38. RGB value is (128,232,56). Sum of RGB (Red+Green+Blue) = 128+232+56=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 232 (91.02% from 255 or 55.77% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 232 - color contains mainly: green. Hex color #80E838 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E838 is #7F17C7. Grayscale: #B5B5B5. Windows color (decimal): -8329160 or 3729536. OLE color: 3729536.

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

Color convert

RGB 128 232 56 -
CMYK 0.45 0 0.76 0.09
HSL 95.45º 0.79% 0.56% -
HSV(B) 95.45º 0.76% 0.91% -
XYZ 38.47 62.59 13.79 -
YUV 180.84 57.54 90.31 -
System Red Green Blue C M Y K H S L
Decimal 128 232 56 0.45 0 0.76 0.09 95.45 0.79 0.56
Hex 80 E8 38 2D 0 4C 9 5F 4F 38
Octal 200 350 70 55 0 114 11 137 117 70
Binary 10000000 11101000 111000 101101 0 1001100 1001 1011111 1001111 111000

Color Harmonies of #80E838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E838

Black with #80E838

Text Example


Text Example

White with #80E838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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