Html Css Color HEX #76D882 Pastel Green

📋 copy color: '#76D882'

red 118 ◦ green 216 ◦ blue 130

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

Shades of Pastel Green #76D882

Tints of Pastel Green #76D882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.02%

R = 25.43%
G = 46.55%
B = 28.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#76D882 (or 0x76D882) is known color: Pastel Green. HEX triplet: 76, D8 and 82. RGB value is (118,216,130). Sum of RGB (Red+Green+Blue) = 118+216+130=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #76D882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D882 is #89277D. Grayscale: #B1B1B1. Windows color (decimal): -8988542 or 8575094. OLE color: 8575094.

HSL color Cylindrical-coordinate representation of color #76D882: hue angle of 127.35º 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 #76D882 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 216 130 -
CMYK 0.45 0 0.40 0.15
HSL 127.35º 0.56% 0.65% -
HSV(B) 127.35º 0.45% 0.85% -
XYZ 36.06 54.57 29.75 -
YUV 176.89 101.53 85.99 -
System Red Green Blue C M Y K H S L
Decimal 118 216 130 0.45 0 0.40 0.15 127.35 0.56 0.65
Hex 76 D8 82 2D 0 28 F 7F 38 41
Octal 166 330 202 55 0 50 17 177 70 101
Binary 1110110 11011000 10000010 101101 0 101000 1111 1111111 111000 1000001

Color Harmonies of #76D882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D882

Black with #76D882

Text Example


Text Example

White with #76D882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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