Html Css Color HEX #73DC60 Pastel Green

📋 copy color: '#73DC60'

red 115 ◦ green 220 ◦ blue 96

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

Shades of Pastel Green #73DC60

Tints of Pastel Green #73DC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 26.68%
G = 51.04%
B = 22.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#73DC60 (or 0x73DC60) is known color: Pastel Green. HEX triplet: 73, DC and 60. RGB value is (115,220,96). Sum of RGB (Red+Green+Blue) = 115+220+96=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DC60 is #8C239F. Grayscale: #AEAEAE. Windows color (decimal): -9184160 or 6347891. OLE color: 6347891.

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

Color convert

RGB 115 220 96 -
CMYK 0.48 0 0.56 0.14
HSL 110.81º 0.64% 0.62% -
HSV(B) 110.81º 0.56% 0.86% -
XYZ 34.77 55.68 19.98 -
YUV 174.47 83.71 85.58 -
System Red Green Blue C M Y K H S L
Decimal 115 220 96 0.48 0 0.56 0.14 110.81 0.64 0.62
Hex 73 DC 60 30 0 38 E 6F 40 3E
Octal 163 334 140 60 0 70 16 157 100 76
Binary 1110011 11011100 1100000 110000 0 111000 1110 1101111 1000000 111110

Color Harmonies of #73DC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DC60

Black with #73DC60

Text Example


Text Example

White with #73DC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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