Html Css Color HEX #73DC8D Pastel Green

📋 copy color: '#73DC8D'

red 115 ◦ green 220 ◦ blue 141

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

Shades of Pastel Green #73DC8D

Tints of Pastel Green #73DC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 24.16%
G = 46.22%
B = 29.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#73DC8D (or 0x73DC8D) is known color: Pastel Green. HEX triplet: 73, DC and 8D. RGB value is (115,220,141). Sum of RGB (Red+Green+Blue) = 115+220+141=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DC8D is #8C2372. Grayscale: #B3B3B3. Windows color (decimal): -9184115 or 9297011. OLE color: 9297011.

HSL color Cylindrical-coordinate representation of color #73DC8D: hue angle of 134.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DC8D is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 220 141 -
CMYK 0.48 0 0.36 0.14
HSL 134.86º 0.6% 0.66% -
HSV(B) 134.86º 0.48% 0.86% -
XYZ 37.47 56.75 34.18 -
YUV 179.6 106.21 81.92 -
System Red Green Blue C M Y K H S L
Decimal 115 220 141 0.48 0 0.36 0.14 134.86 0.6 0.66
Hex 73 DC 8D 30 0 24 E 87 3C 42
Octal 163 334 215 60 0 44 16 207 74 102
Binary 1110011 11011100 10001101 110000 0 100100 1110 10000111 111100 1000010

Color Harmonies of #73DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DC8D

Black with #73DC8D

Text Example


Text Example

White with #73DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,220,141); }

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

background-color css

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

 a { background-color: rgb(115,220,141); }

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

border-color css

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

 span { border-color: rgb(115,220,141); }

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