Html Css Color HEX #7DDA73 Pastel Green

📋 copy color: '#7DDA73'

red 125 ◦ green 218 ◦ blue 115

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

Shades of Pastel Green #7DDA73

Tints of Pastel Green #7DDA73

RGB

 RED value IS 125 (49.22% from 255) = 27.29%

 GREEN value IS 218 (85.55% from 255) = 47.6%

 BLUE value IS 115 (45.31% from 255) = 25.11%

R = 27.29%
G = 47.6%
B = 25.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#7DDA73 (or 0x7DDA73) is known color: Pastel Green. HEX triplet: 7D, DA and 73. RGB value is (125,218,115). Sum of RGB (Red+Green+Blue) = 125+218+115=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA73 is #82258C. Grayscale: #B2B2B2. Windows color (decimal): -8529293 or 7592573. OLE color: 7592573.

HSL color Cylindrical-coordinate representation of color #7DDA73: hue angle of 114.17º degrees, saturation: 0.58, 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 #7DDA73 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 218 115 -
CMYK 0.43 0 0.47 0.15
HSL 114.17º 0.58% 0.65% -
HSV(B) 114.17º 0.47% 0.85% -
XYZ 36.62 55.74 25.05 -
YUV 178.45 92.19 89.88 -
System Red Green Blue C M Y K H S L
Decimal 125 218 115 0.43 0 0.47 0.15 114.17 0.58 0.65
Hex 7D DA 73 2B 0 2F F 72 3A 41
Octal 175 332 163 53 0 57 17 162 72 101
Binary 1111101 11011010 1110011 101011 0 101111 1111 1110010 111010 1000001

Color Harmonies of #7DDA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDA73

Black with #7DDA73

Text Example


Text Example

White with #7DDA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DDA73; }

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

 H1.HeaderClassName
 {
   color: #7DDA73;
 }
 .AnyTagClassName
 {
   color: #7DDA73;
 }
</style>

background-color css

<style>
 a { background-color: #7DDA73; }

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

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

border-color css

<style>
 span { border-color: #7DDA73; }

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

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