Html Css Color HEX #80EF32 Atlantis

📋 copy color: '#80EF32'

red 128 ◦ green 239 ◦ blue 50

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

Shades of Atlantis #80EF32

Tints of Atlantis #80EF32

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.31%

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

R = 30.7%
G = 57.31%
B = 11.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#80EF32 (or 0x80EF32) is known color: Atlantis. HEX triplet: 80, EF and 32. RGB value is (128,239,50). Sum of RGB (Red+Green+Blue) = 128+239+50=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 239 (93.75% from 255 or 57.31% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EF32 is #7F10CD. Grayscale: #B8B8B8. Windows color (decimal): -8327374 or 3338112. OLE color: 3338112.

HSL color Cylindrical-coordinate representation of color #80EF32: hue angle of 95.24º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80EF32 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 50 -
CMYK 0.46 0 0.79 0.06
HSL 95.24º 0.86% 0.57% -
HSV(B) 95.24º 0.79% 0.94% -
XYZ 40.34 66.55 13.74 -
YUV 184.27 52.23 87.87 -
System Red Green Blue C M Y K H S L
Decimal 128 239 50 0.46 0 0.79 0.06 95.24 0.86 0.57
Hex 80 EF 32 2E 0 4F 6 5F 56 39
Octal 200 357 62 56 0 117 6 137 126 71
Binary 10000000 11101111 110010 101110 0 1001111 110 1011111 1010110 111001

Color Harmonies of #80EF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EF32

Black with #80EF32

Text Example


Text Example

White with #80EF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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