Html Css Color HEX #80EE33 Atlantis

📋 copy color: '#80EE33'

red 128 ◦ green 238 ◦ blue 51

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

Shades of Atlantis #80EE33

Tints of Atlantis #80EE33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.23%

R = 30.7%
G = 57.07%
B = 12.23%

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

#80EE33 (or 0x80EE33) is known color: Atlantis. HEX triplet: 80, EE and 33. RGB value is (128,238,51). Sum of RGB (Red+Green+Blue) = 128+238+51=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 238 (93.36% from 255 or 57.07% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EE33 is #7F11CC. Grayscale: #B8B8B8. Windows color (decimal): -8327629 or 3403392. OLE color: 3403392.

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

Color convert

RGB 128 238 51 -
CMYK 0.46 0 0.79 0.07
HSL 95.29º 0.85% 0.57% -
HSV(B) 95.29º 0.79% 0.93% -
XYZ 40.07 65.98 13.75 -
YUV 183.79 53.06 88.21 -
System Red Green Blue C M Y K H S L
Decimal 128 238 51 0.46 0 0.79 0.07 95.29 0.85 0.57
Hex 80 EE 33 2E 0 4F 7 5F 55 39
Octal 200 356 63 56 0 117 7 137 125 71
Binary 10000000 11101110 110011 101110 0 1001111 111 1011111 1010101 111001

Color Harmonies of #80EE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EE33

Black with #80EE33

Text Example


Text Example

White with #80EE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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