Html Css Color HEX #80E238 Atlantis

📋 copy color: '#80E238'

red 128 ◦ green 226 ◦ blue 56

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

Shades of Atlantis #80E238

Tints of Atlantis #80E238

RGB

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

 GREEN value IS 226 (88.67% from 255) = 55.12%

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

R = 31.22%
G = 55.12%
B = 13.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#80E238 (or 0x80E238) is known color: Atlantis. HEX triplet: 80, E2 and 38. RGB value is (128,226,56). Sum of RGB (Red+Green+Blue) = 128+226+56=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 226 (88.67% from 255 or 55.12% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 226 - color contains mainly: green. Hex color #80E238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E238 is #7F1DC7. Grayscale: #B1B1B1. Windows color (decimal): -8330696 or 3728000. OLE color: 3728000.

HSL color Cylindrical-coordinate representation of color #80E238: hue angle of 94.59º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80E238 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 226 56 -
CMYK 0.43 0 0.75 0.11
HSL 94.59º 0.75% 0.55% -
HSV(B) 94.59º 0.75% 0.89% -
XYZ 36.81 59.27 13.24 -
YUV 177.32 59.53 92.82 -
System Red Green Blue C M Y K H S L
Decimal 128 226 56 0.43 0 0.75 0.11 94.59 0.75 0.55
Hex 80 E2 38 2B 0 4B B 5F 4B 37
Octal 200 342 70 53 0 113 13 137 113 67
Binary 10000000 11100010 111000 101011 0 1001011 1011 1011111 1001011 110111

Color Harmonies of #80E238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E238

Black with #80E238

Text Example


Text Example

White with #80E238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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