#74DC7F

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

Shades of Pastel Green #74DC7F

Tints of Pastel Green #74DC7F

Color information

#74DC7F (or 0x74DC7F) is unknown color: approx Pastel Green. HEX triplet: 74, DC and 7F. RGB value is (116,220,127). Sum of RGB (Red+Green+Blue) = 116+220+127=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC7F is #8B2380. Grayscale: #B2B2B2. Windows color (decimal): -9118593 or 8379508. OLE color: 8379508.

HSL color Cylindrical-coordinate representation of color #74DC7F: hue angle of 126.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DC7F is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB116220127-
CMYK0.4700.420.14
HSL126.35º59.77%65.88%-
HSV(B)126.35º47.27%86.27%-
XYZ36.6356.4329.04-
YUV178.399.0483.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.05%
GREEN value IS 220 (86.33% from 255) = 47.52%
BLUE value IS 127 (50% from 255) = 27.43%
R=25.05%
G=47.52%
B=27.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1162201270.4700.420.14126.3559.7765.88
Hex74DC7F2F02AE7e3c42
Octal164334177570521617674102
Binary11101001101110011111111011110101010111011111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,220,127); }

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

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

 a { background-color: rgb(116,220,127); }

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

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

 span { border-color: rgb(116,220,127); }

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