#74E57D

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

Shades of Pastel Green #74E57D

Tints of Pastel Green #74E57D

Color information

#74E57D (or 0x74E57D) is unknown color: approx Pastel Green. HEX triplet: 74, E5 and 7D. RGB value is (116,229,125). Sum of RGB (Red+Green+Blue) = 116+229+125=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #74E57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E57D is #8B1A82. Grayscale: #B7B7B7. Windows color (decimal): -9116291 or 8250740. OLE color: 8250740.

HSL color Cylindrical-coordinate representation of color #74E57D: hue angle of 124.78º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E57D is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB116229125-
CMYK0.4900.450.10
HSL124.78º68.48%67.65%-
HSV(B)124.78º49.34%89.8%-
XYZ38.9261.2329.17-
YUV183.3695.0679.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.68%
GREEN value IS 229 (89.84% from 255) = 48.72%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=24.68%
G=48.72%
B=26.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1162291250.4900.450.10124.7868.4867.65
Hex74E57D3102DA7d4444
Octal1643451756105512175104104
Binary111010011100101111110111000101011011010111110110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,229,125); }

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

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

 a { background-color: rgb(116,229,125); }

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

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

 span { border-color: rgb(116,229,125); }

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