Html Css Color HEX #7DD57D Pastel Green

📋 copy color: '#7DD57D'

red 125 ◦ green 213 ◦ blue 125

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

Shades of Pastel Green #7DD57D

Tints of Pastel Green #7DD57D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

 BLUE value IS 125 (49.22% from 255) = 27%

R = 27%
G = 46%
B = 27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#7DD57D (or 0x7DD57D) is known color: Pastel Green. HEX triplet: 7D, D5 and 7D. RGB value is (125,213,125). Sum of RGB (Red+Green+Blue) = 125+213+125=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD57D is #822A82. Grayscale: #B0B0B0. Windows color (decimal): -8530563 or 8246653. OLE color: 8246653.

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

Color convert

RGB 125 213 125 -
CMYK 0.41 0 0.41 0.16
HSL 120º 0.51% 0.66% -
HSV(B) 120º 0.41% 0.84% -
XYZ 35.95 53.43 27.82 -
YUV 176.66 98.85 91.16 -
System Red Green Blue C M Y K H S L
Decimal 125 213 125 0.41 0 0.41 0.16 120 0.51 0.66
Hex 7D D5 7D 29 0 29 10 78 33 42
Octal 175 325 175 51 0 51 20 170 63 102
Binary 1111101 11010101 1111101 101001 0 101001 10000 1111000 110011 1000010

Color Harmonies of #7DD57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD57D

Black with #7DD57D

Text Example


Text Example

White with #7DD57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,213,125); }

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

background-color css

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

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

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

border-color css

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

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

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