Html Css Color HEX #76DB80 Pastel Green

📋 copy color: '#76DB80'

red 118 ◦ green 219 ◦ blue 128

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

Shades of Pastel Green #76DB80

Tints of Pastel Green #76DB80

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.1%

 BLUE value IS 128 (50.39% from 255) = 27.53%

R = 25.38%
G = 47.1%
B = 27.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#76DB80 (or 0x76DB80) is known color: Pastel Green. HEX triplet: 76, DB and 80. RGB value is (118,219,128). Sum of RGB (Red+Green+Blue) = 118+219+128=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DB80 is #89247F. Grayscale: #B2B2B2. Windows color (decimal): -8987776 or 8444790. OLE color: 8444790.

HSL color Cylindrical-coordinate representation of color #76DB80: hue angle of 125.94º degrees, saturation: 0.58, 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 #76DB80 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 219 128 -
CMYK 0.46 0 0.42 0.14
HSL 125.94º 0.58% 0.66% -
HSV(B) 125.94º 0.46% 0.86% -
XYZ 36.7 56.07 29.31 -
YUV 178.43 99.54 84.9 -
System Red Green Blue C M Y K H S L
Decimal 118 219 128 0.46 0 0.42 0.14 125.94 0.58 0.66
Hex 76 DB 80 2E 0 2A E 7E 3A 42
Octal 166 333 200 56 0 52 16 176 72 102
Binary 1110110 11011011 10000000 101110 0 101010 1110 1111110 111010 1000010

Color Harmonies of #76DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DB80

Black with #76DB80

Text Example


Text Example

White with #76DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,219,128); }

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

background-color css

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

 a { background-color: rgb(118,219,128); }

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

border-color css

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

 span { border-color: rgb(118,219,128); }

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