#74DA7E

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

Shades of Pastel Green #74DA7E

Tints of Pastel Green #74DA7E

Color information

#74DA7E (or 0x74DA7E) is unknown color: approx Pastel Green. HEX triplet: 74, DA and 7E. RGB value is (116,218,126). Sum of RGB (Red+Green+Blue) = 116+218+126=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DA7E is #8B2581. Grayscale: #B1B1B1. Windows color (decimal): -9119106 or 8313460. OLE color: 8313460.

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

Color convert

RGB116218126-
CMYK0.4700.420.15
HSL125.88º57.95%65.49%-
HSV(B)125.88º46.79%85.49%-
XYZ36.0455.3628.53-
YUV177.0199.2184.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.22%
GREEN value IS 218 (85.55% from 255) = 47.39%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=25.22%
G=47.39%
B=27.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162181260.4700.420.15125.8857.9565.49
Hex74DA7E2F02AF7e3a41
Octal164332176570521717672101
Binary11101001101101011111101011110101010111111111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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