Html Css Color HEX #7DD77F Pastel Green

📋 copy color: '#7DD77F'

red 125 ◦ green 215 ◦ blue 127

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

Shades of Pastel Green #7DD77F

Tints of Pastel Green #7DD77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.04%

 BLUE value IS 127 (50% from 255) = 27.19%

R = 26.77%
G = 46.04%
B = 27.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#7DD77F (or 0x7DD77F) is known color: Pastel Green. HEX triplet: 7D, D7 and 7F. RGB value is (125,215,127). Sum of RGB (Red+Green+Blue) = 125+215+127=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD77F is #822880. Grayscale: #B2B2B2. Windows color (decimal): -8530049 or 8378237. OLE color: 8378237.

HSL color Cylindrical-coordinate representation of color #7DD77F: hue angle of 121.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD77F is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 215 127 -
CMYK 0.42 0 0.41 0.16
HSL 121.33º 0.53% 0.67% -
HSV(B) 121.33º 0.42% 0.84% -
XYZ 36.59 54.49 28.67 -
YUV 178.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 125 215 127 0.42 0 0.41 0.16 121.33 0.53 0.67
Hex 7D D7 7F 2A 0 29 10 79 35 43
Octal 175 327 177 52 0 51 20 171 65 103
Binary 1111101 11010111 1111111 101010 0 101001 10000 1111001 110101 1000011

Color Harmonies of #7DD77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD77F

Black with #7DD77F

Text Example


Text Example

White with #7DD77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,215,127); }

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

background-color css

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

 a { background-color: rgb(125,215,127); }

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

border-color css

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

 span { border-color: rgb(125,215,127); }

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