Html Css Color HEX #80D37D Pastel Green

📋 copy color: '#80D37D'

red 128 ◦ green 211 ◦ blue 125

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

Shades of Pastel Green #80D37D

Tints of Pastel Green #80D37D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

 BLUE value IS 125 (49.22% from 255) = 26.94%

R = 27.59%
G = 45.47%
B = 26.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#80D37D (or 0x80D37D) is known color: Pastel Green. HEX triplet: 80, D3 and 7D. RGB value is (128,211,125). Sum of RGB (Red+Green+Blue) = 128+211+125=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #80D37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D37D is #7F2C82. Grayscale: #B0B0B0. Windows color (decimal): -8334467 or 8246144. OLE color: 8246144.

HSL color Cylindrical-coordinate representation of color #80D37D: hue angle of 117.91º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D37D is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 211 125 -
CMYK 0.39 0 0.41 0.17
HSL 117.91º 0.49% 0.66% -
HSV(B) 117.91º 0.41% 0.83% -
XYZ 35.9 52.66 27.67 -
YUV 176.38 99 93.49 -
System Red Green Blue C M Y K H S L
Decimal 128 211 125 0.39 0 0.41 0.17 117.91 0.49 0.66
Hex 80 D3 7D 27 0 29 11 76 31 42
Octal 200 323 175 47 0 51 21 166 61 102
Binary 10000000 11010011 1111101 100111 0 101001 10001 1110110 110001 1000010

Color Harmonies of #80D37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D37D

Black with #80D37D

Text Example


Text Example

White with #80D37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,211,125); }

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

background-color css

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

 a { background-color: rgb(128,211,125); }

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

border-color css

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

 span { border-color: rgb(128,211,125); }

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