#74D982

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

Shades of Pastel Green #74D982

Tints of Pastel Green #74D982

Color information

#74D982 (or 0x74D982) is unknown color: approx Pastel Green. HEX triplet: 74, D9 and 82. RGB value is (116,217,130). Sum of RGB (Red+Green+Blue) = 116+217+130=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #74D982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D982 is #8B267D. Grayscale: #B1B1B1. Windows color (decimal): -9119358 or 8575348. OLE color: 8575348.

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

Color convert

RGB116217130-
CMYK0.4700.400.15
HSL128.32º57.06%65.29%-
HSV(B)128.32º46.54%85.1%-
XYZ36.0454.9529.83-
YUV176.88101.5484.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.05%
GREEN value IS 217 (85.16% from 255) = 46.87%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=25.05%
G=46.87%
B=28.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162171300.4700.400.15128.3257.0665.29
Hex74D9822F028F803941
Octal164331202570501720071101
Binary1110100110110011000001010111101010001111100000001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,217,130); }

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

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

 a { background-color: rgb(116,217,130); }

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

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

 span { border-color: rgb(116,217,130); }

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