Html Css Color HEX #73DC7D Pastel Green

📋 copy color: '#73DC7D'

red 115 ◦ green 220 ◦ blue 125

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

Shades of Pastel Green #73DC7D

Tints of Pastel Green #73DC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 25%
G = 47.83%
B = 27.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#73DC7D (or 0x73DC7D) is known color: Pastel Green. HEX triplet: 73, DC and 7D. RGB value is (115,220,125). Sum of RGB (Red+Green+Blue) = 115+220+125=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DC7D is #8C2382. Grayscale: #B2B2B2. Windows color (decimal): -9184131 or 8248435. OLE color: 8248435.

HSL color Cylindrical-coordinate representation of color #73DC7D: hue angle of 125.71º 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 #73DC7D is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 220 125 -
CMYK 0.48 0 0.43 0.14
HSL 125.71º 0.6% 0.66% -
HSV(B) 125.71º 0.48% 0.86% -
XYZ 36.37 56.31 28.35 -
YUV 177.78 98.21 83.22 -
System Red Green Blue C M Y K H S L
Decimal 115 220 125 0.48 0 0.43 0.14 125.71 0.6 0.66
Hex 73 DC 7D 30 0 2B E 7E 3C 42
Octal 163 334 175 60 0 53 16 176 74 102
Binary 1110011 11011100 1111101 110000 0 101011 1110 1111110 111100 1000010

Color Harmonies of #73DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DC7D

Black with #73DC7D

Text Example


Text Example

White with #73DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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