Html Css Color HEX #80E632 Atlantis

📋 copy color: '#80E632'

red 128 ◦ green 230 ◦ blue 50

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

Shades of Atlantis #80E632

Tints of Atlantis #80E632

RGB

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

 GREEN value IS 230 (90.23% from 255) = 56.37%

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

R = 31.37%
G = 56.37%
B = 12.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#80E632 (or 0x80E632) is known color: Atlantis. HEX triplet: 80, E6 and 32. RGB value is (128,230,50). Sum of RGB (Red+Green+Blue) = 128+230+50=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 230 (90.23% from 255 or 56.37% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 230 - color contains mainly: green. Hex color #80E632 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E632 is #7F19CD. Grayscale: #B3B3B3. Windows color (decimal): -8329678 or 3335808. OLE color: 3335808.

HSL color Cylindrical-coordinate representation of color #80E632: hue angle of 94º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80E632 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 230 50 -
CMYK 0.44 0 0.78 0.10
HSL 94º 0.78% 0.55% -
HSV(B) 94º 0.78% 0.9% -
XYZ 37.77 61.41 12.88 -
YUV 178.98 55.21 91.64 -
System Red Green Blue C M Y K H S L
Decimal 128 230 50 0.44 0 0.78 0.10 94 0.78 0.55
Hex 80 E6 32 2C 0 4E A 5E 4E 37
Octal 200 346 62 54 0 116 12 136 116 67
Binary 10000000 11100110 110010 101100 0 1001110 1010 1011110 1001110 110111

Color Harmonies of #80E632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E632

Black with #80E632

Text Example


Text Example

White with #80E632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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