Html Css Color HEX #73D071 Pastel Green

📋 copy color: '#73D071'

red 115 ◦ green 208 ◦ blue 113

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

Shades of Pastel Green #73D071

Tints of Pastel Green #73D071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.71%

 BLUE value IS 113 (44.53% from 255) = 25.92%

R = 26.38%
G = 47.71%
B = 25.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#73D071 (or 0x73D071) is known color: Pastel Green. HEX triplet: 73, D0 and 71. RGB value is (115,208,113). Sum of RGB (Red+Green+Blue) = 115+208+113=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #73D071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D071 is #8C2F8E. Grayscale: #A9A9A9. Windows color (decimal): -9187215 or 7458931. OLE color: 7458931.

HSL color Cylindrical-coordinate representation of color #73D071: hue angle of 118.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D071 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 208 113 -
CMYK 0.45 0 0.46 0.18
HSL 118.74º 0.5% 0.63% -
HSV(B) 118.74º 0.46% 0.82% -
XYZ 32.61 49.95 23.55 -
YUV 169.36 96.19 89.22 -
System Red Green Blue C M Y K H S L
Decimal 115 208 113 0.45 0 0.46 0.18 118.74 0.5 0.63
Hex 73 D0 71 2D 0 2E 12 77 32 3F
Octal 163 320 161 55 0 56 22 167 62 77
Binary 1110011 11010000 1110001 101101 0 101110 10010 1110111 110010 111111

Color Harmonies of #73D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D071

Black with #73D071

Text Example


Text Example

White with #73D071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,208,113); }

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

background-color css

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

 a { background-color: rgb(115,208,113); }

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

border-color css

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

 span { border-color: rgb(115,208,113); }

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