Html Css Color HEX #73D07D Pastel Green

📋 copy color: '#73D07D'

red 115 ◦ green 208 ◦ blue 125

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

Shades of Pastel Green #73D07D

Tints of Pastel Green #73D07D

RGB

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

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

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

R = 25.67%
G = 46.43%
B = 27.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#73D07D (or 0x73D07D) is known color: Pastel Green. HEX triplet: 73, D0 and 7D. RGB value is (115,208,125). Sum of RGB (Red+Green+Blue) = 115+208+125=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #73D07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D07D is #8C2F82. Grayscale: #AAAAAA. Windows color (decimal): -9187203 or 8245363. OLE color: 8245363.

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

Color convert

RGB 115 208 125 -
CMYK 0.45 0 0.40 0.18
HSL 126.45º 0.5% 0.63% -
HSV(B) 126.45º 0.45% 0.82% -
XYZ 33.33 50.24 27.34 -
YUV 170.73 102.19 88.25 -
System Red Green Blue C M Y K H S L
Decimal 115 208 125 0.45 0 0.40 0.18 126.45 0.5 0.63
Hex 73 D0 7D 2D 0 28 12 7E 32 3F
Octal 163 320 175 55 0 50 22 176 62 77
Binary 1110011 11010000 1111101 101101 0 101000 10010 1111110 110010 111111

Color Harmonies of #73D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D07D

Black with #73D07D

Text Example


Text Example

White with #73D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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