#74da5e

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

Shades of Pastel Green #74DA5E

Tints of Pastel Green #74DA5E

Color information

#74DA5E (or 0x74DA5E) is unknown color: approx Pastel Green. HEX triplet: 74, DA and 5E. RGB value is (116,218,94). Sum of RGB (Red+Green+Blue) = 116+218+94=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DA5E is #8B25A1. Grayscale: #ADADAD. Windows color (decimal): -9119138 or 6216308. OLE color: 6216308.

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

Color convert

RGB11621894-
CMYK0.4700.570.15
HSL109.35º62.63%61.18%-
HSV(B)109.35º56.88%85.49%-
XYZ34.2954.6619.33-
YUV173.3783.2187.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 218 (85.55% from 255) = 50.93%
BLUE value IS 94 (37.11% from 255) = 21.96%
R=27.10%
G=50.93%
B=21.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116218940.4700.570.15109.3562.6361.18
Hex74DA5E2F039F6d3f3d
Octal16433213657071171557775
Binary1110100110110101011110101111011100111111101101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74da5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,218,94); }

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

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

 a { background-color: rgb(116,218,94); }

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

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

 span { border-color: rgb(116,218,94); }

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