Html Css Color HEX #80E765 Pastel Green

📋 copy color: '#80E765'

red 128 ◦ green 231 ◦ blue 101

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

Shades of Pastel Green #80E765

Tints of Pastel Green #80E765

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.22%

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 27.83%
G = 50.22%
B = 21.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#80E765 (or 0x80E765) is known color: Pastel Green. HEX triplet: 80, E7 and 65. RGB value is (128,231,101). Sum of RGB (Red+Green+Blue) = 128+231+101=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #80E765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E765 is #7F189A. Grayscale: #B9B9B9. Windows color (decimal): -8329371 or 6678400. OLE color: 6678400.

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

Color convert

RGB 128 231 101 -
CMYK 0.45 0 0.56 0.09
HSL 107.54º 0.73% 0.65% -
HSV(B) 107.54º 0.56% 0.91% -
XYZ 39.83 62.68 22.31 -
YUV 185.38 80.38 87.07 -
System Red Green Blue C M Y K H S L
Decimal 128 231 101 0.45 0 0.56 0.09 107.54 0.73 0.65
Hex 80 E7 65 2D 0 38 9 6C 49 41
Octal 200 347 145 55 0 70 11 154 111 101
Binary 10000000 11100111 1100101 101101 0 111000 1001 1101100 1001001 1000001

Color Harmonies of #80E765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E765

Black with #80E765

Text Example


Text Example

White with #80E765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,231,101); }

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

background-color css

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

 a { background-color: rgb(128,231,101); }

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

border-color css

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

 span { border-color: rgb(128,231,101); }

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