Html Css Color HEX #80E937 Atlantis

📋 copy color: '#80E937'

red 128 ◦ green 233 ◦ blue 55

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

Shades of Atlantis #80E937

Tints of Atlantis #80E937

RGB

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

 GREEN value IS 233 (91.41% from 255) = 56.01%

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

R = 30.77%
G = 56.01%
B = 13.22%

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

#80E937 (or 0x80E937) is known color: Atlantis. HEX triplet: 80, E9 and 37. RGB value is (128,233,55). Sum of RGB (Red+Green+Blue) = 128+233+55=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 233 (91.41% from 255 or 56.01% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 233 - color contains mainly: green. Hex color #80E937 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E937 is #7F16C8. Grayscale: #B5B5B5. Windows color (decimal): -8328905 or 3664256. OLE color: 3664256.

HSL color Cylindrical-coordinate representation of color #80E937: hue angle of 95.39º degrees, saturation: 0.8, 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 #80E937 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 233 55 -
CMYK 0.45 0 0.76 0.09
HSL 95.39º 0.8% 0.56% -
HSV(B) 95.39º 0.76% 0.91% -
XYZ 38.73 63.14 13.76 -
YUV 181.31 56.71 89.97 -
System Red Green Blue C M Y K H S L
Decimal 128 233 55 0.45 0 0.76 0.09 95.39 0.8 0.56
Hex 80 E9 37 2D 0 4C 9 5F 50 38
Octal 200 351 67 55 0 114 11 137 120 70
Binary 10000000 11101001 110111 101101 0 1001100 1001 1011111 1010000 111000

Color Harmonies of #80E937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E937

Black with #80E937

Text Example


Text Example

White with #80E937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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