#76df82

Color #76DF82 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #76DF82

Tints of Pastel Green #76DF82

Color information

#76DF82 (or 0x76DF82) is unknown color: approx Pastel Green. HEX triplet: 76, DF and 82. RGB value is (118,223,130). Sum of RGB (Red+Green+Blue) = 118+223+130=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DF82 is #89207D. Grayscale: #B5B5B5. Windows color (decimal): -8986750 or 8576886. OLE color: 8576886.

HSL color Cylindrical-coordinate representation of color #76DF82: hue angle of 126.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DF82 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB118223130-
CMYK0.4700.420.13
HSL126.86º62.13%66.86%-
HSV(B)126.86º47.09%87.45%-
XYZ37.8958.2430.36-
YUV18199.2183.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 223 (87.5% from 255) = 47.35%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=25.05%
G=47.35%
B=27.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182231300.4700.420.13126.8662.1366.86
Hex76DF822F02AD7f3e43
Octal166337202570521517776103
Binary111011011011111100000101011110101010110111111111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76df82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76df82;
 }
 .AnyTagClassName
 {
   color: #76df82;
 }
</style>
background-color css

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

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

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

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

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

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