Html Css Color HEX #80D26B Pastel Green

📋 copy color: '#80D26B'

red 128 ◦ green 210 ◦ blue 107

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

Shades of Pastel Green #80D26B

Tints of Pastel Green #80D26B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.19%

 BLUE value IS 107 (42.19% from 255) = 24.04%

R = 28.76%
G = 47.19%
B = 24.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#80D26B (or 0x80D26B) is known color: Pastel Green. HEX triplet: 80, D2 and 6B. RGB value is (128,210,107). Sum of RGB (Red+Green+Blue) = 128+210+107=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #80D26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D26B is #7F2D94. Grayscale: #AEAEAE. Windows color (decimal): -8334741 or 7066240. OLE color: 7066240.

HSL color Cylindrical-coordinate representation of color #80D26B: hue angle of 107.77º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80D26B is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 210 107 -
CMYK 0.39 0 0.49 0.18
HSL 107.77º 0.53% 0.62% -
HSV(B) 107.77º 0.49% 0.82% -
XYZ 34.6 51.74 22.07 -
YUV 173.74 90.33 95.38 -
System Red Green Blue C M Y K H S L
Decimal 128 210 107 0.39 0 0.49 0.18 107.77 0.53 0.62
Hex 80 D2 6B 27 0 31 12 6C 35 3E
Octal 200 322 153 47 0 61 22 154 65 76
Binary 10000000 11010010 1101011 100111 0 110001 10010 1101100 110101 111110

Color Harmonies of #80D26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D26B

Black with #80D26B

Text Example


Text Example

White with #80D26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,210,107); }

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

background-color css

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

 a { background-color: rgb(128,210,107); }

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

border-color css

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

 span { border-color: rgb(128,210,107); }

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