#74DE72

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

Shades of Pastel Green #74DE72

Tints of Pastel Green #74DE72

Color information

#74DE72 (or 0x74DE72) is unknown color: approx Pastel Green. HEX triplet: 74, DE and 72. RGB value is (116,222,114). Sum of RGB (Red+Green+Blue) = 116+222+114=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DE72 is #8B218D. Grayscale: #B2B2B2. Windows color (decimal): -9118094 or 7528052. OLE color: 7528052.

HSL color Cylindrical-coordinate representation of color #74DE72: hue angle of 118.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74DE72 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB116222114-
CMYK0.4800.490.13
HSL118.89º62.07%65.88%-
HSV(B)118.89º48.65%87.06%-
XYZ36.3657.1725.04-
YUV177.9991.8883.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.66%
GREEN value IS 222 (87.11% from 255) = 49.12%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=25.66%
G=49.12%
B=25.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162221140.4800.490.13118.8962.0765.88
Hex74DE7230031D773e42
Octal164336162600611516776102
Binary11101001101111011100101100000110001110111101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,222,114); }

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

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

 a { background-color: rgb(116,222,114); }

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

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

 span { border-color: rgb(116,222,114); }

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