#74D979

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

Shades of Pastel Green #74D979

Tints of Pastel Green #74D979

Color information

#74D979 (or 0x74D979) is unknown color: approx Pastel Green. HEX triplet: 74, D9 and 79. RGB value is (116,217,121). Sum of RGB (Red+Green+Blue) = 116+217+121=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #74D979 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D979 is #8B2686. Grayscale: #B0B0B0. Windows color (decimal): -9119367 or 7985524. OLE color: 7985524.

HSL color Cylindrical-coordinate representation of color #74D979: hue angle of 122.97º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D979 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB116217121-
CMYK0.4700.440.15
HSL122.97º57.06%65.29%-
HSV(B)122.97º46.54%85.1%-
XYZ35.4754.7226.78-
YUV175.8697.0485.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.55%
GREEN value IS 217 (85.16% from 255) = 47.80%
BLUE value IS 121 (47.66% from 255) = 26.65%
R=25.55%
G=47.80%
B=26.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162171210.4700.440.15122.9757.0665.29
Hex74D9792F02CF7b3941
Octal164331171570541717371101
Binary11101001101100111110011011110101100111111110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,217,121); }

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

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

 a { background-color: rgb(116,217,121); }

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

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

 span { border-color: rgb(116,217,121); }

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