Html Css Color HEX #73DC85 Pastel Green

📋 copy color: '#73DC85'

red 115 ◦ green 220 ◦ blue 133

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

Shades of Pastel Green #73DC85

Tints of Pastel Green #73DC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.42%

R = 24.57%
G = 47.01%
B = 28.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#73DC85 (or 0x73DC85) is known color: Pastel Green. HEX triplet: 73, DC and 85. RGB value is (115,220,133). Sum of RGB (Red+Green+Blue) = 115+220+133=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DC85 is #8C237A. Grayscale: #B2B2B2. Windows color (decimal): -9184123 or 8772723. OLE color: 8772723.

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

Color convert

RGB 115 220 133 -
CMYK 0.48 0 0.40 0.14
HSL 130.29º 0.6% 0.66% -
HSV(B) 130.29º 0.48% 0.86% -
XYZ 36.9 56.52 31.16 -
YUV 178.69 102.21 82.57 -
System Red Green Blue C M Y K H S L
Decimal 115 220 133 0.48 0 0.40 0.14 130.29 0.6 0.66
Hex 73 DC 85 30 0 28 E 82 3C 42
Octal 163 334 205 60 0 50 16 202 74 102
Binary 1110011 11011100 10000101 110000 0 101000 1110 10000010 111100 1000010

Color Harmonies of #73DC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DC85

Black with #73DC85

Text Example


Text Example

White with #73DC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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