Html Css Color HEX #80DB7A Pastel Green

📋 copy color: '#80DB7A'

red 128 ◦ green 219 ◦ blue 122

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

Shades of Pastel Green #80DB7A

Tints of Pastel Green #80DB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 27.29%
G = 46.7%
B = 26.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#80DB7A (or 0x80DB7A) is known color: Pastel Green. HEX triplet: 80, DB and 7A. RGB value is (128,219,122). Sum of RGB (Red+Green+Blue) = 128+219+122=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DB7A is #7F2485. Grayscale: #B5B5B5. Windows color (decimal): -8332422 or 8051584. OLE color: 8051584.

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

Color convert

RGB 128 219 122 -
CMYK 0.42 0 0.44 0.14
HSL 116.29º 0.57% 0.67% -
HSV(B) 116.29º 0.44% 0.86% -
XYZ 37.75 56.66 27.36 -
YUV 180.73 94.85 90.39 -
System Red Green Blue C M Y K H S L
Decimal 128 219 122 0.42 0 0.44 0.14 116.29 0.57 0.67
Hex 80 DB 7A 2A 0 2C E 74 39 43
Octal 200 333 172 52 0 54 16 164 71 103
Binary 10000000 11011011 1111010 101010 0 101100 1110 1110100 111001 1000011

Color Harmonies of #80DB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DB7A

Black with #80DB7A

Text Example


Text Example

White with #80DB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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