#74CC76

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

Shades of Pastel Green #74CC76

Tints of Pastel Green #74CC76

Color information

#74CC76 (or 0x74CC76) is unknown color: approx Pastel Green. HEX triplet: 74, CC and 76. RGB value is (116,204,118). Sum of RGB (Red+Green+Blue) = 116+204+118=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CC76 is #8B3389. Grayscale: #A8A8A8. Windows color (decimal): -9122698 or 7785588. OLE color: 7785588.

HSL color Cylindrical-coordinate representation of color #74CC76: hue angle of 121.36º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CC76 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB116204118-
CMYK0.4300.420.2
HSL121.36º46.32%62.75%-
HSV(B)121.36º43.14%80%-
XYZ32.0748.2124.75-
YUV167.8899.8590.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 204 (80.08% from 255) = 46.58%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=26.48%
G=46.58%
B=26.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1162041180.4300.420.2121.3646.3262.75
Hex74CC762B02A14792e3f
Octal16431416653052241715677
Binary11101001100110011101101010110101010101001111001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74CC76; }

 p { color: rgb(116,204,118); }

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

<style>
 a { background-color: #74CC76; }

 a { background-color: rgb(116,204,118); }

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

<style>
 span { border-color: #74CC76; }

 span { border-color: rgb(116,204,118); }

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