Html Css Color HEX #80DB71 Pastel Green

📋 copy color: '#80DB71'

red 128 ◦ green 219 ◦ blue 113

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

Shades of Pastel Green #80DB71

Tints of Pastel Green #80DB71

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.61%

 BLUE value IS 113 (44.53% from 255) = 24.57%

R = 27.83%
G = 47.61%
B = 24.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#80DB71 (or 0x80DB71) is known color: Pastel Green. HEX triplet: 80, DB and 71. RGB value is (128,219,113). Sum of RGB (Red+Green+Blue) = 128+219+113=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DB71 is #7F248E. Grayscale: #B4B4B4. Windows color (decimal): -8332431 or 7461760. OLE color: 7461760.

HSL color Cylindrical-coordinate representation of color #80DB71: hue angle of 111.51º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80DB71 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 219 113 -
CMYK 0.42 0 0.48 0.14
HSL 111.51º 0.6% 0.65% -
HSV(B) 111.51º 0.48% 0.86% -
XYZ 37.21 56.44 24.56 -
YUV 179.71 90.35 91.12 -
System Red Green Blue C M Y K H S L
Decimal 128 219 113 0.42 0 0.48 0.14 111.51 0.6 0.65
Hex 80 DB 71 2A 0 30 E 70 3C 41
Octal 200 333 161 52 0 60 16 160 74 101
Binary 10000000 11011011 1110001 101010 0 110000 1110 1110000 111100 1000001

Color Harmonies of #80DB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DB71

Black with #80DB71

Text Example


Text Example

White with #80DB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,219,113); }

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

background-color css

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

 a { background-color: rgb(128,219,113); }

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

border-color css

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

 span { border-color: rgb(128,219,113); }

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