#76DF5F

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

Shades of Pastel Green #76DF5F

Tints of Pastel Green #76DF5F

Color information

#76DF5F (or 0x76DF5F) is unknown color: approx Pastel Green. HEX triplet: 76, DF and 5F. RGB value is (118,223,95). Sum of RGB (Red+Green+Blue) = 118+223+95=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DF5F is #8920A0. Grayscale: #B1B1B1. Windows color (decimal): -8986785 or 6283126. OLE color: 6283126.

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

Color convert

RGB11822395-
CMYK0.4700.570.13
HSL109.22º66.67%62.35%-
HSV(B)109.22º57.4%87.45%-
XYZ35.9257.4520.02-
YUV177.0181.7185.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 223 (87.5% from 255) = 51.15%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=27.06%
G=51.15%
B=21.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118223950.4700.570.13109.2266.6762.35
Hex76DF5F2F039D6d433e
Octal166337137570711515510376
Binary11101101101111110111111011110111001110111011011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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