#76CE70

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

Shades of Pastel Green #76CE70

Tints of Pastel Green #76CE70

Color information

#76CE70 (or 0x76CE70) is unknown color: approx Pastel Green. HEX triplet: 76, CE and 70. RGB value is (118,206,112). Sum of RGB (Red+Green+Blue) = 118+206+112=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CE70 is #89318F. Grayscale: #A9A9A9. Windows color (decimal): -8991120 or 7392886. OLE color: 7392886.

HSL color Cylindrical-coordinate representation of color #76CE70: hue angle of 116.17º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76CE70 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB118206112-
CMYK0.4300.460.19
HSL116.17º48.96%62.35%-
HSV(B)116.17º45.63%80.78%-
XYZ32.4749.1623.11-
YUV168.9795.8591.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 206 (80.86% from 255) = 47.25%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=27.06%
G=47.25%
B=25.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1182061120.4300.460.19116.1748.9662.35
Hex76CE702B02E1374313e
Octal16631616053056231646176
Binary11101101100111011100001010110101110100111110100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,206,112); }

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

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

 a { background-color: rgb(118,206,112); }

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

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

 span { border-color: rgb(118,206,112); }

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