Html Css Color HEX #7DDC74 Pastel Green

📋 copy color: '#7DDC74'

red 125 ◦ green 220 ◦ blue 116

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

Shades of Pastel Green #7DDC74

Tints of Pastel Green #7DDC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 27.11%
G = 47.72%
B = 25.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#7DDC74 (or 0x7DDC74) is known color: Pastel Green. HEX triplet: 7D, DC and 74. RGB value is (125,220,116). Sum of RGB (Red+Green+Blue) = 125+220+116=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC74 is #82238B. Grayscale: #B4B4B4. Windows color (decimal): -8528780 or 7658621. OLE color: 7658621.

HSL color Cylindrical-coordinate representation of color #7DDC74: hue angle of 114.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DDC74 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 220 116 -
CMYK 0.43 0 0.47 0.14
HSL 114.81º 0.6% 0.66% -
HSV(B) 114.81º 0.47% 0.86% -
XYZ 37.2 56.81 25.53 -
YUV 179.74 92.03 88.96 -
System Red Green Blue C M Y K H S L
Decimal 125 220 116 0.43 0 0.47 0.14 114.81 0.6 0.66
Hex 7D DC 74 2B 0 2F E 73 3C 42
Octal 175 334 164 53 0 57 16 163 74 102
Binary 1111101 11011100 1110100 101011 0 101111 1110 1110011 111100 1000010

Color Harmonies of #7DDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDC74

Black with #7DDC74

Text Example


Text Example

White with #7DDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,220,116); }

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

background-color css

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

 a { background-color: rgb(125,220,116); }

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

border-color css

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

 span { border-color: rgb(125,220,116); }

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