Html Css Color HEX #7FD57D Pastel Green

📋 copy color: '#7FD57D'

red 127 ◦ green 213 ◦ blue 125

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

Shades of Pastel Green #7FD57D

Tints of Pastel Green #7FD57D

RGB

 RED value IS 127 (50% from 255) = 27.31%

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

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

R = 27.31%
G = 45.81%
B = 26.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#7FD57D (or 0x7FD57D) is known color: Pastel Green. HEX triplet: 7F, D5 and 7D. RGB value is (127,213,125). Sum of RGB (Red+Green+Blue) = 127+213+125=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD57D is #802A82. Grayscale: #B1B1B1. Windows color (decimal): -8399491 or 8246655. OLE color: 8246655.

HSL color Cylindrical-coordinate representation of color #7FD57D: hue angle of 118.64º 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 #7FD57D is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 213 125 -
CMYK 0.40 0 0.41 0.16
HSL 118.64º 0.51% 0.66% -
HSV(B) 118.64º 0.41% 0.84% -
XYZ 36.25 53.58 27.83 -
YUV 177.25 98.51 92.16 -
System Red Green Blue C M Y K H S L
Decimal 127 213 125 0.40 0 0.41 0.16 118.64 0.51 0.66
Hex 7F D5 7D 28 0 29 10 77 33 42
Octal 177 325 175 50 0 51 20 167 63 102
Binary 1111111 11010101 1111101 101000 0 101001 10000 1110111 110011 1000010

Color Harmonies of #7FD57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD57D

Black with #7FD57D

Text Example


Text Example

White with #7FD57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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