Html Css Color HEX #80D67F Pastel Green

📋 copy color: '#80D67F'

red 128 ◦ green 214 ◦ blue 127

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

Shades of Pastel Green #80D67F

Tints of Pastel Green #80D67F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

 BLUE value IS 127 (50% from 255) = 27.08%

R = 27.29%
G = 45.63%
B = 27.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#80D67F (or 0x80D67F) is known color: Pastel Green. HEX triplet: 80, D6 and 7F. RGB value is (128,214,127). Sum of RGB (Red+Green+Blue) = 128+214+127=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #80D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D67F is #7F2980. Grayscale: #B2B2B2. Windows color (decimal): -8333697 or 8377984. OLE color: 8377984.

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

Color convert

RGB 128 214 127 -
CMYK 0.40 0 0.41 0.16
HSL 119.31º 0.51% 0.67% -
HSV(B) 119.31º 0.41% 0.84% -
XYZ 36.78 54.21 28.6 -
YUV 178.37 99.01 92.07 -
System Red Green Blue C M Y K H S L
Decimal 128 214 127 0.40 0 0.41 0.16 119.31 0.51 0.67
Hex 80 D6 7F 28 0 29 10 77 33 43
Octal 200 326 177 50 0 51 20 167 63 103
Binary 10000000 11010110 1111111 101000 0 101001 10000 1110111 110011 1000011

Color Harmonies of #80D67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D67F

Black with #80D67F

Text Example


Text Example

White with #80D67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,214,127); }

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

background-color css

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

 a { background-color: rgb(128,214,127); }

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

border-color css

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

 span { border-color: rgb(128,214,127); }

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