#74DD7C

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

Shades of Pastel Green #74DD7C

Tints of Pastel Green #74DD7C

Color information

#74DD7C (or 0x74DD7C) is unknown color: approx Pastel Green. HEX triplet: 74, DD and 7C. RGB value is (116,221,124). Sum of RGB (Red+Green+Blue) = 116+221+124=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DD7C is #8B2283. Grayscale: #B2B2B2. Windows color (decimal): -9118340 or 8183156. OLE color: 8183156.

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

Color convert

RGB116221124-
CMYK0.4800.440.13
HSL124.57º60.69%66.08%-
HSV(B)124.57º47.51%86.67%-
XYZ36.756.8828.11-
YUV178.5597.2183.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.16%
GREEN value IS 221 (86.72% from 255) = 47.94%
BLUE value IS 124 (48.83% from 255) = 26.90%
R=25.16%
G=47.94%
B=26.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162211240.4800.440.13124.5760.6966.08
Hex74DD7C3002CD7d3d42
Octal164335174600541517575102
Binary11101001101110111111001100000101100110111111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,221,124); }

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

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

 a { background-color: rgb(116,221,124); }

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

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

 span { border-color: rgb(116,221,124); }

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