Html Css Color HEX #73D070 Pastel Green

📋 copy color: '#73D070'

red 115 ◦ green 208 ◦ blue 112

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

Shades of Pastel Green #73D070

Tints of Pastel Green #73D070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 26.44%
G = 47.82%
B = 25.75%

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

#73D070 (or 0x73D070) is known color: Pastel Green. HEX triplet: 73, D0 and 70. RGB value is (115,208,112). Sum of RGB (Red+Green+Blue) = 115+208+112=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #73D070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D070 is #8C2F8F. Grayscale: #A9A9A9. Windows color (decimal): -9187216 or 7393395. OLE color: 7393395.

HSL color Cylindrical-coordinate representation of color #73D070: hue angle of 118.12º degrees, saturation: 0.51, 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 #73D070 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 208 112 -
CMYK 0.45 0 0.46 0.18
HSL 118.13º 0.51% 0.63% -
HSV(B) 118.13º 0.46% 0.82% -
XYZ 32.55 49.93 23.25 -
YUV 169.25 95.69 89.31 -
System Red Green Blue C M Y K H S L
Decimal 115 208 112 0.45 0 0.46 0.18 118.13 0.51 0.63
Hex 73 D0 70 2D 0 2E 12 76 33 3F
Octal 163 320 160 55 0 56 22 166 63 77
Binary 1110011 11010000 1110000 101101 0 101110 10010 1110110 110011 111111

Color Harmonies of #73D070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D070

Black with #73D070

Text Example


Text Example

White with #73D070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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