Html Css Color HEX #76D881 Pastel Green

📋 copy color: '#76D881'

red 118 ◦ green 216 ◦ blue 129

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

Shades of Pastel Green #76D881

Tints of Pastel Green #76D881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 25.49%
G = 46.65%
B = 27.86%

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

#76D881 (or 0x76D881) is known color: Pastel Green. HEX triplet: 76, D8 and 81. RGB value is (118,216,129). Sum of RGB (Red+Green+Blue) = 118+216+129=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #76D881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D881 is #89277E. Grayscale: #B1B1B1. Windows color (decimal): -8988543 or 8509558. OLE color: 8509558.

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

Color convert

RGB 118 216 129 -
CMYK 0.45 0 0.40 0.15
HSL 126.73º 0.56% 0.65% -
HSV(B) 126.73º 0.45% 0.85% -
XYZ 35.99 54.55 29.4 -
YUV 176.78 101.03 86.07 -
System Red Green Blue C M Y K H S L
Decimal 118 216 129 0.45 0 0.40 0.15 126.73 0.56 0.65
Hex 76 D8 81 2D 0 28 F 7F 38 41
Octal 166 330 201 55 0 50 17 177 70 101
Binary 1110110 11011000 10000001 101101 0 101000 1111 1111111 111000 1000001

Color Harmonies of #76D881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D881

Black with #76D881

Text Example


Text Example

White with #76D881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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