Html Css Color HEX #76DC81 Pastel Green

📋 copy color: '#76DC81'

red 118 ◦ green 220 ◦ blue 129

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

Shades of Pastel Green #76DC81

Tints of Pastel Green #76DC81

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.11%

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

R = 25.27%
G = 47.11%
B = 27.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#76DC81 (or 0x76DC81) is known color: Pastel Green. HEX triplet: 76, DC and 81. RGB value is (118,220,129). Sum of RGB (Red+Green+Blue) = 118+220+129=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DC81 is #89237E. Grayscale: #B3B3B3. Windows color (decimal): -8987519 or 8510582. OLE color: 8510582.

HSL color Cylindrical-coordinate representation of color #76DC81: hue angle of 126.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DC81 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 129 -
CMYK 0.46 0 0.41 0.14
HSL 126.47º 0.59% 0.66% -
HSV(B) 126.47º 0.46% 0.86% -
XYZ 37.03 56.62 29.75 -
YUV 179.13 99.71 84.4 -
System Red Green Blue C M Y K H S L
Decimal 118 220 129 0.46 0 0.41 0.14 126.47 0.59 0.66
Hex 76 DC 81 2E 0 29 E 7E 3B 42
Octal 166 334 201 56 0 51 16 176 73 102
Binary 1110110 11011100 10000001 101110 0 101001 1110 1111110 111011 1000010

Color Harmonies of #76DC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DC81

Black with #76DC81

Text Example


Text Example

White with #76DC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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