Html Css Color HEX #80E436 Atlantis

📋 copy color: '#80E436'

red 128 ◦ green 228 ◦ blue 54

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

Shades of Atlantis #80E436

Tints of Atlantis #80E436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.17%

R = 31.22%
G = 55.61%
B = 13.17%

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

#80E436 (or 0x80E436) is known color: Atlantis. HEX triplet: 80, E4 and 36. RGB value is (128,228,54). Sum of RGB (Red+Green+Blue) = 128+228+54=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 228 (89.45% from 255 or 55.61% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 228 - color contains mainly: green. Hex color #80E436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E436 is #7F1BC9. Grayscale: #B2B2B2. Windows color (decimal): -8330186 or 3597440. OLE color: 3597440.

HSL color Cylindrical-coordinate representation of color #80E436: hue angle of 94.48º 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 #80E436 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 228 54 -
CMYK 0.44 0 0.76 0.11
HSL 94.48º 0.76% 0.55% -
HSV(B) 94.48º 0.76% 0.89% -
XYZ 37.31 60.34 13.17 -
YUV 178.26 57.87 92.15 -
System Red Green Blue C M Y K H S L
Decimal 128 228 54 0.44 0 0.76 0.11 94.48 0.76 0.55
Hex 80 E4 36 2C 0 4C B 5E 4C 37
Octal 200 344 66 54 0 114 13 136 114 67
Binary 10000000 11100100 110110 101100 0 1001100 1011 1011110 1001100 110111

Color Harmonies of #80E436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E436

Black with #80E436

Text Example


Text Example

White with #80E436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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