Html Css Color HEX #73CD70 Pastel Green

📋 copy color: '#73CD70'

red 115 ◦ green 205 ◦ blue 112

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

Shades of Pastel Green #73CD70

Tints of Pastel Green #73CD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.45%

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

R = 26.62%
G = 47.45%
B = 25.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#73CD70 (or 0x73CD70) is known color: Pastel Green. HEX triplet: 73, CD and 70. RGB value is (115,205,112). Sum of RGB (Red+Green+Blue) = 115+205+112=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CD70 is #8C328F. Grayscale: #A7A7A7. Windows color (decimal): -9187984 or 7392627. OLE color: 7392627.

HSL color Cylindrical-coordinate representation of color #73CD70: hue angle of 118.06º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73CD70 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 205 112 -
CMYK 0.44 0 0.45 0.20
HSL 118.06º 0.48% 0.62% -
HSV(B) 118.06º 0.45% 0.8% -
XYZ 31.83 48.48 23.01 -
YUV 167.49 96.68 90.56 -
System Red Green Blue C M Y K H S L
Decimal 115 205 112 0.44 0 0.45 0.20 118.06 0.48 0.62
Hex 73 CD 70 2C 0 2D 14 76 30 3E
Octal 163 315 160 54 0 55 24 166 60 76
Binary 1110011 11001101 1110000 101100 0 101101 10100 1110110 110000 111110

Color Harmonies of #73CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CD70

Black with #73CD70

Text Example


Text Example

White with #73CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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