Html Css Color HEX #80E464 Pastel Green

📋 copy color: '#80E464'

red 128 ◦ green 228 ◦ blue 100

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

Shades of Pastel Green #80E464

Tints of Pastel Green #80E464

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50%

 BLUE value IS 100 (39.45% from 255) = 21.93%

R = 28.07%
G = 50%
B = 21.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#80E464 (or 0x80E464) is known color: Pastel Green. HEX triplet: 80, E4 and 64. RGB value is (128,228,100). Sum of RGB (Red+Green+Blue) = 128+228+100=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #80E464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E464 is #7F1B9B. Grayscale: #B7B7B7. Windows color (decimal): -8330140 or 6612096. OLE color: 6612096.

HSL color Cylindrical-coordinate representation of color #80E464: hue angle of 106.88º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80E464 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 228 100 -
CMYK 0.44 0 0.56 0.11
HSL 106.88º 0.7% 0.64% -
HSV(B) 106.88º 0.56% 0.89% -
XYZ 38.95 61 21.78 -
YUV 183.51 80.87 88.41 -
System Red Green Blue C M Y K H S L
Decimal 128 228 100 0.44 0 0.56 0.11 106.88 0.7 0.64
Hex 80 E4 64 2C 0 38 B 6B 46 40
Octal 200 344 144 54 0 70 13 153 106 100
Binary 10000000 11100100 1100100 101100 0 111000 1011 1101011 1000110 1000000

Color Harmonies of #80E464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E464

Black with #80E464

Text Example


Text Example

White with #80E464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,228,100); }

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

background-color css

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

 a { background-color: rgb(128,228,100); }

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

border-color css

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

 span { border-color: rgb(128,228,100); }

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