Html Css Color HEX #73D980 Pastel Green

📋 copy color: '#73D980'

red 115 ◦ green 217 ◦ blue 128

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

Shades of Pastel Green #73D980

Tints of Pastel Green #73D980

RGB

 RED value IS 115 (45.31% from 255) = 25%

 GREEN value IS 217 (85.16% from 255) = 47.17%

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

R = 25%
G = 47.17%
B = 27.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#73D980 (or 0x73D980) is known color: Pastel Green. HEX triplet: 73, D9 and 80. RGB value is (115,217,128). Sum of RGB (Red+Green+Blue) = 115+217+128=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #73D980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D980 is #8C267F. Grayscale: #B0B0B0. Windows color (decimal): -9184896 or 8444275. OLE color: 8444275.

HSL color Cylindrical-coordinate representation of color #73D980: hue angle of 127.65º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D980 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 217 128 -
CMYK 0.47 0 0.41 0.15
HSL 127.65º 0.57% 0.65% -
HSV(B) 127.65º 0.47% 0.85% -
XYZ 35.78 54.83 29.12 -
YUV 176.36 100.71 84.24 -
System Red Green Blue C M Y K H S L
Decimal 115 217 128 0.47 0 0.41 0.15 127.65 0.57 0.65
Hex 73 D9 80 2F 0 29 F 80 39 41
Octal 163 331 200 57 0 51 17 200 71 101
Binary 1110011 11011001 10000000 101111 0 101001 1111 10000000 111001 1000001

Color Harmonies of #73D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D980

Black with #73D980

Text Example


Text Example

White with #73D980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73D980; }

 p { color: rgb(115,217,128); }

 H1.HeaderClassName
 {
   color: #73D980;
 }
 .AnyTagClassName
 {
   color: #73D980;
 }
</style>

background-color css

<style>
 a { background-color: #73D980; }

 a { background-color: rgb(115,217,128); }

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

border-color css

<style>
 span { border-color: #73D980; }

 span { border-color: rgb(115,217,128); }

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