Html Css Color HEX #80E437 Atlantis

📋 copy color: '#80E437'

red 128 ◦ green 228 ◦ blue 55

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

Shades of Atlantis #80E437

Tints of Atlantis #80E437

RGB

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

 GREEN value IS 228 (89.45% from 255) = 55.47%

 BLUE value IS 55 (21.88% from 255) = 13.38%

R = 31.14%
G = 55.47%
B = 13.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#80E437 (or 0x80E437) is known color: Atlantis. HEX triplet: 80, E4 and 37. RGB value is (128,228,55). Sum of RGB (Red+Green+Blue) = 128+228+55=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #80E437 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E437 is #7F1BC8. Grayscale: #B2B2B2. Windows color (decimal): -8330185 or 3662976. OLE color: 3662976.

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

Color convert

RGB 128 228 55 -
CMYK 0.44 0 0.76 0.11
HSL 94.68º 0.76% 0.55% -
HSV(B) 94.68º 0.76% 0.89% -
XYZ 37.34 60.35 13.3 -
YUV 178.38 58.37 92.07 -
System Red Green Blue C M Y K H S L
Decimal 128 228 55 0.44 0 0.76 0.11 94.68 0.76 0.55
Hex 80 E4 37 2C 0 4C B 5F 4C 37
Octal 200 344 67 54 0 114 13 137 114 67
Binary 10000000 11100100 110111 101100 0 1001100 1011 1011111 1001100 110111

Color Harmonies of #80E437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E437

Black with #80E437

Text Example


Text Example

White with #80E437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,228,55); }

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

background-color css

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

 a { background-color: rgb(128,228,55); }

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

border-color css

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

 span { border-color: rgb(128,228,55); }

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