#74CC71

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

Shades of Pastel Green #74CC71

Tints of Pastel Green #74CC71

Color information

#74CC71 (or 0x74CC71) is unknown color: approx Pastel Green. HEX triplet: 74, CC and 71. RGB value is (116,204,113). Sum of RGB (Red+Green+Blue) = 116+204+113=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CC71 is #8B338E. Grayscale: #A7A7A7. Windows color (decimal): -9122703 or 7457908. OLE color: 7457908.

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

Color convert

RGB116204113-
CMYK0.4300.450.2
HSL118.02º47.15%62.16%-
HSV(B)118.02º44.61%80%-
XYZ31.7848.0923.23-
YUV167.3197.3591.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.79%
GREEN value IS 204 (80.08% from 255) = 47.11%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=26.79%
G=47.11%
B=26.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1162041130.4300.450.2118.0247.1562.16
Hex74CC712B02D14762f3e
Octal16431416153055241665776
Binary11101001100110011100011010110101101101001110110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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