Html Css Color HEX #73DA80 Pastel Green

📋 copy color: '#73DA80'

red 115 ◦ green 218 ◦ blue 128

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

Shades of Pastel Green #73DA80

Tints of Pastel Green #73DA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.29%

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

R = 24.95%
G = 47.29%
B = 27.77%

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

#73DA80 (or 0x73DA80) is known color: Pastel Green. HEX triplet: 73, DA and 80. RGB value is (115,218,128). Sum of RGB (Red+Green+Blue) = 115+218+128=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #73DA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DA80 is #8C257F. Grayscale: #B1B1B1. Windows color (decimal): -9184640 or 8444531. OLE color: 8444531.

HSL color Cylindrical-coordinate representation of color #73DA80: hue angle of 127.57º degrees, saturation: 0.58, 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 #73DA80 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 218 128 -
CMYK 0.47 0 0.41 0.15
HSL 127.57º 0.58% 0.65% -
HSV(B) 127.57º 0.47% 0.85% -
XYZ 36.04 55.35 29.21 -
YUV 176.94 100.38 83.82 -
System Red Green Blue C M Y K H S L
Decimal 115 218 128 0.47 0 0.41 0.15 127.57 0.58 0.65
Hex 73 DA 80 2F 0 29 F 80 3A 41
Octal 163 332 200 57 0 51 17 200 72 101
Binary 1110011 11011010 10000000 101111 0 101001 1111 10000000 111010 1000001

Color Harmonies of #73DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DA80

Black with #73DA80

Text Example


Text Example

White with #73DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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