Html Css Color HEX #80E960 Pastel Green

📋 copy color: '#80E960'

red 128 ◦ green 233 ◦ blue 96

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

Shades of Pastel Green #80E960

Tints of Pastel Green #80E960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.98%

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 28.01%
G = 50.98%
B = 21.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#80E960 (or 0x80E960) is known color: Pastel Green. HEX triplet: 80, E9 and 60. RGB value is (128,233,96). Sum of RGB (Red+Green+Blue) = 128+233+96=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #80E960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E960 is #7F169F. Grayscale: #BABABA. Windows color (decimal): -8328864 or 6351232. OLE color: 6351232.

HSL color Cylindrical-coordinate representation of color #80E960: hue angle of 105.99º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80E960 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 233 96 -
CMYK 0.45 0 0.59 0.09
HSL 105.99º 0.76% 0.65% -
HSV(B) 105.99º 0.59% 0.91% -
XYZ 40.15 63.71 21.25 -
YUV 185.99 77.21 86.64 -
System Red Green Blue C M Y K H S L
Decimal 128 233 96 0.45 0 0.59 0.09 105.99 0.76 0.65
Hex 80 E9 60 2D 0 3B 9 6A 4C 41
Octal 200 351 140 55 0 73 11 152 114 101
Binary 10000000 11101001 1100000 101101 0 111011 1001 1101010 1001100 1000001

Color Harmonies of #80E960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E960

Black with #80E960

Text Example


Text Example

White with #80E960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,233,96); }

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

background-color css

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

 a { background-color: rgb(128,233,96); }

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

border-color css

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

 span { border-color: rgb(128,233,96); }

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