Html Css Color HEX #80D06F Pastel Green

📋 copy color: '#80D06F'

red 128 ◦ green 208 ◦ blue 111

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

Shades of Pastel Green #80D06F

Tints of Pastel Green #80D06F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.53%

 BLUE value IS 111 (43.75% from 255) = 24.83%

R = 28.64%
G = 46.53%
B = 24.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#80D06F (or 0x80D06F) is known color: Pastel Green. HEX triplet: 80, D0 and 6F. RGB value is (128,208,111). Sum of RGB (Red+Green+Blue) = 128+208+111=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #80D06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D06F is #7F2F90. Grayscale: #ADADAD. Windows color (decimal): -8335249 or 7327872. OLE color: 7327872.

HSL color Cylindrical-coordinate representation of color #80D06F: hue angle of 109.48º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80D06F is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 111 -
CMYK 0.38 0 0.47 0.18
HSL 109.48º 0.51% 0.63% -
HSV(B) 109.48º 0.47% 0.82% -
XYZ 34.33 50.85 23.04 -
YUV 173.02 93 95.89 -
System Red Green Blue C M Y K H S L
Decimal 128 208 111 0.38 0 0.47 0.18 109.48 0.51 0.63
Hex 80 D0 6F 26 0 2F 12 6D 33 3F
Octal 200 320 157 46 0 57 22 155 63 77
Binary 10000000 11010000 1101111 100110 0 101111 10010 1101101 110011 111111

Color Harmonies of #80D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D06F

Black with #80D06F

Text Example


Text Example

White with #80D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,111); }

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

background-color css

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

 a { background-color: rgb(128,208,111); }

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

border-color css

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

 span { border-color: rgb(128,208,111); }

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