Html Css Color HEX #73DD80 Pastel Green

📋 copy color: '#73DD80'

red 115 ◦ green 221 ◦ blue 128

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

Shades of Pastel Green #73DD80

Tints of Pastel Green #73DD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.63%

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

R = 24.78%
G = 47.63%
B = 27.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#73DD80 (or 0x73DD80) is known color: Pastel Green. HEX triplet: 73, DD and 80. RGB value is (115,221,128). Sum of RGB (Red+Green+Blue) = 115+221+128=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DD80 is #8C227F. Grayscale: #B2B2B2. Windows color (decimal): -9183872 or 8445299. OLE color: 8445299.

HSL color Cylindrical-coordinate representation of color #73DD80: hue angle of 127.36º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DD80 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 221 128 -
CMYK 0.48 0 0.42 0.13
HSL 127.36º 0.61% 0.66% -
HSV(B) 127.36º 0.48% 0.87% -
XYZ 36.82 56.92 29.47 -
YUV 178.7 99.38 82.56 -
System Red Green Blue C M Y K H S L
Decimal 115 221 128 0.48 0 0.42 0.13 127.36 0.61 0.66
Hex 73 DD 80 30 0 2A D 7F 3D 42
Octal 163 335 200 60 0 52 15 177 75 102
Binary 1110011 11011101 10000000 110000 0 101010 1101 1111111 111101 1000010

Color Harmonies of #73DD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DD80

Black with #73DD80

Text Example


Text Example

White with #73DD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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