Html Css Color HEX #7DDA74 Pastel Green

📋 copy color: '#7DDA74'

red 125 ◦ green 218 ◦ blue 116

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

Shades of Pastel Green #7DDA74

Tints of Pastel Green #7DDA74

RGB

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

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

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

R = 27.23%
G = 47.49%
B = 25.27%

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

#7DDA74 (or 0x7DDA74) is known color: Pastel Green. HEX triplet: 7D, DA and 74. RGB value is (125,218,116). Sum of RGB (Red+Green+Blue) = 125+218+116=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA74 is #82258B. Grayscale: #B2B2B2. Windows color (decimal): -8529292 or 7658109. OLE color: 7658109.

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

Color convert

RGB 125 218 116 -
CMYK 0.43 0 0.47 0.15
HSL 114.71º 0.58% 0.65% -
HSV(B) 114.71º 0.47% 0.85% -
XYZ 36.68 55.76 25.35 -
YUV 178.57 92.69 89.79 -
System Red Green Blue C M Y K H S L
Decimal 125 218 116 0.43 0 0.47 0.15 114.71 0.58 0.65
Hex 7D DA 74 2B 0 2F F 73 3A 41
Octal 175 332 164 53 0 57 17 163 72 101
Binary 1111101 11011010 1110100 101011 0 101111 1111 1110011 111010 1000001

Color Harmonies of #7DDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDA74

Black with #7DDA74

Text Example


Text Example

White with #7DDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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