Html Css Color HEX #80D768 Pastel Green

📋 copy color: '#80D768'

red 128 ◦ green 215 ◦ blue 104

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

Shades of Pastel Green #80D768

Tints of Pastel Green #80D768

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.1%

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 28.64%
G = 48.1%
B = 23.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#80D768 (or 0x80D768) is known color: Pastel Green. HEX triplet: 80, D7 and 68. RGB value is (128,215,104). Sum of RGB (Red+Green+Blue) = 128+215+104=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #80D768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D768 is #7F2897. Grayscale: #B0B0B0. Windows color (decimal): -8333464 or 6870912. OLE color: 6870912.

HSL color Cylindrical-coordinate representation of color #80D768: hue angle of 107.03º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80D768 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 215 104 -
CMYK 0.40 0 0.52 0.16
HSL 107.03º 0.58% 0.63% -
HSV(B) 107.03º 0.52% 0.84% -
XYZ 35.7 54.19 21.67 -
YUV 176.33 87.18 93.53 -
System Red Green Blue C M Y K H S L
Decimal 128 215 104 0.40 0 0.52 0.16 107.03 0.58 0.63
Hex 80 D7 68 28 0 34 10 6B 3A 3F
Octal 200 327 150 50 0 64 20 153 72 77
Binary 10000000 11010111 1101000 101000 0 110100 10000 1101011 111010 111111

Color Harmonies of #80D768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D768

Black with #80D768

Text Example


Text Example

White with #80D768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,215,104); }

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

background-color css

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

 a { background-color: rgb(128,215,104); }

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

border-color css

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

 span { border-color: rgb(128,215,104); }

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