Html Css Color HEX #80DF70 Pastel Green

📋 copy color: '#80DF70'

red 128 ◦ green 223 ◦ blue 112

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

Shades of Pastel Green #80DF70

Tints of Pastel Green #80DF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.16%

 BLUE value IS 112 (44.14% from 255) = 24.19%

R = 27.65%
G = 48.16%
B = 24.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#80DF70 (or 0x80DF70) is known color: Pastel Green. HEX triplet: 80, DF and 70. RGB value is (128,223,112). Sum of RGB (Red+Green+Blue) = 128+223+112=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DF70 is #7F208F. Grayscale: #B6B6B6. Windows color (decimal): -8331408 or 7397248. OLE color: 7397248.

HSL color Cylindrical-coordinate representation of color #80DF70: hue angle of 111.35º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80DF70 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 112 -
CMYK 0.43 0 0.50 0.13
HSL 111.35º 0.63% 0.66% -
HSV(B) 111.35º 0.5% 0.87% -
XYZ 38.21 58.53 24.61 -
YUV 181.94 88.53 89.53 -
System Red Green Blue C M Y K H S L
Decimal 128 223 112 0.43 0 0.50 0.13 111.35 0.63 0.66
Hex 80 DF 70 2B 0 32 D 6F 3F 42
Octal 200 337 160 53 0 62 15 157 77 102
Binary 10000000 11011111 1110000 101011 0 110010 1101 1101111 111111 1000010

Color Harmonies of #80DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF70

Black with #80DF70

Text Example


Text Example

White with #80DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,223,112); }

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

background-color css

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

 a { background-color: rgb(128,223,112); }

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

border-color css

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

 span { border-color: rgb(128,223,112); }

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