#74D97A

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

Shades of Pastel Green #74D97A

Tints of Pastel Green #74D97A

Color information

#74D97A (or 0x74D97A) is unknown color: approx Pastel Green. HEX triplet: 74, D9 and 7A. RGB value is (116,217,122). Sum of RGB (Red+Green+Blue) = 116+217+122=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #74D97A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D97A is #8B2685. Grayscale: #B0B0B0. Windows color (decimal): -9119366 or 8051060. OLE color: 8051060.

HSL color Cylindrical-coordinate representation of color #74D97A: hue angle of 123.56º 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 #74D97A is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB116217122-
CMYK0.4700.440.15
HSL123.56º57.06%65.29%-
HSV(B)123.56º46.54%85.1%-
XYZ35.5354.7427.11-
YUV175.9797.5485.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 217 (85.16% from 255) = 47.69%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=25.49%
G=47.69%
B=26.81%

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
Decimal1162171220.4700.440.15123.5657.0665.29
Hex74D97A2F02CF7c3941
Octal164331172570541717471101
Binary11101001101100111110101011110101100111111111001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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