#74D57E

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

Shades of Pastel Green #74D57E

Tints of Pastel Green #74D57E

Color information

#74D57E (or 0x74D57E) is unknown color: approx Pastel Green. HEX triplet: 74, D5 and 7E. RGB value is (116,213,126). Sum of RGB (Red+Green+Blue) = 116+213+126=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #74D57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D57E is #8B2A81. Grayscale: #AEAEAE. Windows color (decimal): -9120386 or 8312180. OLE color: 8312180.

HSL color Cylindrical-coordinate representation of color #74D57E: hue angle of 126.19º 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 #74D57E is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB116213126-
CMYK0.4600.410.16
HSL126.19º53.59%64.51%-
HSV(B)126.19º45.54%83.53%-
XYZ34.7652.8128.1-
YUV174.08100.8686.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 213 (83.59% from 255) = 46.81%
BLUE value IS 126 (49.61% from 255) = 27.69%
R=25.49%
G=46.81%
B=27.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162131260.4600.410.16126.1953.5964.51
Hex74D57E2E029107e3641
Octal164325176560512017666101
Binary111010011010101111111010111001010011000011111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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