Html Css Color HEX #80DC70 Pastel Green

📋 copy color: '#80DC70'

red 128 ◦ green 220 ◦ blue 112

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

Shades of Pastel Green #80DC70

Tints of Pastel Green #80DC70

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.83%

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

R = 27.83%
G = 47.83%
B = 24.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#80DC70 (or 0x80DC70) is known color: Pastel Green. HEX triplet: 80, DC and 70. RGB value is (128,220,112). Sum of RGB (Red+Green+Blue) = 128+220+112=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DC70 is #7F238F. Grayscale: #B4B4B4. Windows color (decimal): -8332176 or 7396480. OLE color: 7396480.

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

Color convert

RGB 128 220 112 -
CMYK 0.42 0 0.49 0.14
HSL 111.11º 0.61% 0.65% -
HSV(B) 111.11º 0.49% 0.86% -
XYZ 37.42 56.95 24.35 -
YUV 180.18 89.52 90.78 -
System Red Green Blue C M Y K H S L
Decimal 128 220 112 0.42 0 0.49 0.14 111.11 0.61 0.65
Hex 80 DC 70 2A 0 31 E 6F 3D 41
Octal 200 334 160 52 0 61 16 157 75 101
Binary 10000000 11011100 1110000 101010 0 110001 1110 1101111 111101 1000001

Color Harmonies of #80DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC70

Black with #80DC70

Text Example


Text Example

White with #80DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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