Html Css Color HEX #80EE32 Atlantis

📋 copy color: '#80EE32'

red 128 ◦ green 238 ◦ blue 50

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

Shades of Atlantis #80EE32

Tints of Atlantis #80EE32

RGB

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

 GREEN value IS 238 (93.36% from 255) = 57.21%

 BLUE value IS 50 (19.92% from 255) = 12.02%

R = 30.77%
G = 57.21%
B = 12.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#80EE32 (or 0x80EE32) is known color: Atlantis. HEX triplet: 80, EE and 32. RGB value is (128,238,50). Sum of RGB (Red+Green+Blue) = 128+238+50=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 238 (93.36% from 255 or 57.21% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EE32 is #7F11CD. Grayscale: #B8B8B8. Windows color (decimal): -8327630 or 3337856. OLE color: 3337856.

HSL color Cylindrical-coordinate representation of color #80EE32: hue angle of 95.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80EE32 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 238 50 -
CMYK 0.46 0 0.79 0.07
HSL 95.11º 0.85% 0.56% -
HSV(B) 95.11º 0.79% 0.93% -
XYZ 40.05 65.97 13.64 -
YUV 183.68 52.56 88.29 -
System Red Green Blue C M Y K H S L
Decimal 128 238 50 0.46 0 0.79 0.07 95.11 0.85 0.56
Hex 80 EE 32 2E 0 4F 7 5F 55 38
Octal 200 356 62 56 0 117 7 137 125 70
Binary 10000000 11101110 110010 101110 0 1001111 111 1011111 1010101 111000

Color Harmonies of #80EE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EE32

Black with #80EE32

Text Example


Text Example

White with #80EE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,238,50); }

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

background-color css

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

 a { background-color: rgb(128,238,50); }

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

border-color css

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

 span { border-color: rgb(128,238,50); }

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