Html Css Color HEX #73D982 Pastel Green

📋 copy color: '#73D982'

red 115 ◦ green 217 ◦ blue 130

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

Shades of Pastel Green #73D982

Tints of Pastel Green #73D982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.97%

 BLUE value IS 130 (51.17% from 255) = 28.14%

R = 24.89%
G = 46.97%
B = 28.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#73D982 (or 0x73D982) is known color: Pastel Green. HEX triplet: 73, D9 and 82. RGB value is (115,217,130). Sum of RGB (Red+Green+Blue) = 115+217+130=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #73D982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D982 is #8C267D. Grayscale: #B0B0B0. Windows color (decimal): -9184894 or 8575347. OLE color: 8575347.

HSL color Cylindrical-coordinate representation of color #73D982: hue angle of 128.82º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D982 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 217 130 -
CMYK 0.47 0 0.40 0.15
HSL 128.82º 0.57% 0.65% -
HSV(B) 128.82º 0.47% 0.85% -
XYZ 35.91 54.88 29.82 -
YUV 176.58 101.71 84.07 -
System Red Green Blue C M Y K H S L
Decimal 115 217 130 0.47 0 0.40 0.15 128.82 0.57 0.65
Hex 73 D9 82 2F 0 28 F 81 39 41
Octal 163 331 202 57 0 50 17 201 71 101
Binary 1110011 11011001 10000010 101111 0 101000 1111 10000001 111001 1000001

Color Harmonies of #73D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D982

Black with #73D982

Text Example


Text Example

White with #73D982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,217,130); }

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

background-color css

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

 a { background-color: rgb(115,217,130); }

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

border-color css

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

 span { border-color: rgb(115,217,130); }

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