Html Css Color HEX #73D470 Pastel Green

📋 copy color: '#73D470'

red 115 ◦ green 212 ◦ blue 112

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

Shades of Pastel Green #73D470

Tints of Pastel Green #73D470

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.29%

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

R = 26.2%
G = 48.29%
B = 25.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#73D470 (or 0x73D470) is known color: Pastel Green. HEX triplet: 73, D4 and 70. RGB value is (115,212,112). Sum of RGB (Red+Green+Blue) = 115+212+112=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #73D470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D470 is #8C2B8F. Grayscale: #ABABAB. Windows color (decimal): -9186192 or 7394419. OLE color: 7394419.

HSL color Cylindrical-coordinate representation of color #73D470: hue angle of 118.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D470 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 115 212 112 -
CMYK 0.46 0 0.47 0.17
HSL 118.2º 0.54% 0.64% -
HSV(B) 118.2º 0.47% 0.83% -
XYZ 33.54 51.9 23.58 -
YUV 171.6 94.36 87.63 -
System Red Green Blue C M Y K H S L
Decimal 115 212 112 0.46 0 0.47 0.17 118.2 0.54 0.64
Hex 73 D4 70 2E 0 2F 11 76 36 40
Octal 163 324 160 56 0 57 21 166 66 100
Binary 1110011 11010100 1110000 101110 0 101111 10001 1110110 110110 1000000

Color Harmonies of #73D470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D470

Black with #73D470

Text Example


Text Example

White with #73D470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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