Html Css Color HEX #80EF37 Atlantis

📋 copy color: '#80EF37'

red 128 ◦ green 239 ◦ blue 55

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

Shades of Atlantis #80EF37

Tints of Atlantis #80EF37

RGB

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

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

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

R = 30.33%
G = 56.64%
B = 13.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#80EF37 (or 0x80EF37) is known color: Atlantis. HEX triplet: 80, EF and 37. RGB value is (128,239,55). Sum of RGB (Red+Green+Blue) = 128+239+55=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 239 (93.75% from 255 or 56.64% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EF37 is #7F10C8. Grayscale: #B9B9B9. Windows color (decimal): -8327369 or 3665792. OLE color: 3665792.

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

Color convert

RGB 128 239 55 -
CMYK 0.46 0 0.77 0.06
HSL 96.2º 0.85% 0.58% -
HSV(B) 96.2º 0.77% 0.94% -
XYZ 40.46 66.6 14.34 -
YUV 184.84 54.73 87.46 -
System Red Green Blue C M Y K H S L
Decimal 128 239 55 0.46 0 0.77 0.06 96.2 0.85 0.58
Hex 80 EF 37 2E 0 4D 6 60 55 3A
Octal 200 357 67 56 0 115 6 140 125 72
Binary 10000000 11101111 110111 101110 0 1001101 110 1100000 1010101 111010

Color Harmonies of #80EF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EF37

Black with #80EF37

Text Example


Text Example

White with #80EF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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