#76E172

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

Shades of Pastel Green #76E172

Tints of Pastel Green #76E172

Color information

#76E172 (or 0x76E172) is unknown color: approx Pastel Green. HEX triplet: 76, E1 and 72. RGB value is (118,225,114). Sum of RGB (Red+Green+Blue) = 118+225+114=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #76E172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76E172 is #891E8D. Grayscale: #B4B4B4. Windows color (decimal): -8986254 or 7528822. OLE color: 7528822.

HSL color Cylindrical-coordinate representation of color #76E172: hue angle of 117.84º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E172 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB118225114-
CMYK0.4800.490.12
HSL117.84º64.91%66.47%-
HSV(B)117.84º49.33%88.24%-
XYZ37.4358.9225.32-
YUV180.3590.5583.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 225 (88.28% from 255) = 49.23%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=25.82%
G=49.23%
B=24.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1182251140.4800.490.12117.8464.9166.47
Hex76E17230031C764142
Octal1663411626006114166101102
Binary111011011100001111001011000001100011100111011010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,225,114); }

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

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

 a { background-color: rgb(118,225,114); }

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

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

 span { border-color: rgb(118,225,114); }

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