Html Css Color HEX #76D87D Pastel Green

📋 copy color: '#76D87D'

red 118 ◦ green 216 ◦ blue 125

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

Shades of Pastel Green #76D87D

Tints of Pastel Green #76D87D

RGB

 RED value IS 118 (46.48% from 255) = 25.71%

 GREEN value IS 216 (84.77% from 255) = 47.06%

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

R = 25.71%
G = 47.06%
B = 27.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#76D87D (or 0x76D87D) is known color: Pastel Green. HEX triplet: 76, D8 and 7D. RGB value is (118,216,125). Sum of RGB (Red+Green+Blue) = 118+216+125=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #76D87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D87D is #892782. Grayscale: #B0B0B0. Windows color (decimal): -8988547 or 8247414. OLE color: 8247414.

HSL color Cylindrical-coordinate representation of color #76D87D: hue angle of 124.29º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D87D is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 216 125 -
CMYK 0.45 0 0.42 0.15
HSL 124.29º 0.56% 0.65% -
HSV(B) 124.29º 0.45% 0.85% -
XYZ 35.73 54.44 28.03 -
YUV 176.32 99.03 86.4 -
System Red Green Blue C M Y K H S L
Decimal 118 216 125 0.45 0 0.42 0.15 124.29 0.56 0.65
Hex 76 D8 7D 2D 0 2A F 7C 38 41
Octal 166 330 175 55 0 52 17 174 70 101
Binary 1110110 11011000 1111101 101101 0 101010 1111 1111100 111000 1000001

Color Harmonies of #76D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D87D

Black with #76D87D

Text Example


Text Example

White with #76D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76D87D; }

 p { color: rgb(118,216,125); }

 H1.HeaderClassName
 {
   color: #76D87D;
 }
 .AnyTagClassName
 {
   color: #76D87D;
 }
</style>

background-color css

<style>
 a { background-color: #76D87D; }

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

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

border-color css

<style>
 span { border-color: #76D87D; }

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

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