#74D57A

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

Shades of Pastel Green #74D57A

Tints of Pastel Green #74D57A

Color information

#74D57A (or 0x74D57A) is unknown color: approx Pastel Green. HEX triplet: 74, D5 and 7A. RGB value is (116,213,122). Sum of RGB (Red+Green+Blue) = 116+213+122=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #74D57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D57A is #8B2A85. Grayscale: #ADADAD. Windows color (decimal): -9120390 or 8050036. OLE color: 8050036.

HSL color Cylindrical-coordinate representation of color #74D57A: hue angle of 123.71º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D57A is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB116213122-
CMYK0.4600.430.16
HSL123.71º53.59%64.51%-
HSV(B)123.71º45.54%83.53%-
XYZ34.5152.7126.77-
YUV173.6298.8686.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 213 (83.59% from 255) = 47.23%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=25.72%
G=47.23%
B=27.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162131220.4600.430.16123.7153.5964.51
Hex74D57A2E02B107c3641
Octal164325172560532017466101
Binary111010011010101111101010111001010111000011111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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