#74D581

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

Shades of Pastel Green #74D581

Tints of Pastel Green #74D581

Color information

#74D581 (or 0x74D581) is unknown color: approx Pastel Green. HEX triplet: 74, D5 and 81. RGB value is (116,213,129). Sum of RGB (Red+Green+Blue) = 116+213+129=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #74D581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D581 is #8B2A7E. Grayscale: #AEAEAE. Windows color (decimal): -9120383 or 8508788. OLE color: 8508788.

HSL color Cylindrical-coordinate representation of color #74D581: hue angle of 128.04º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D581 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB116213129-
CMYK0.4600.390.16
HSL128.04º53.59%64.51%-
HSV(B)128.04º45.54%83.53%-
XYZ34.9652.8929.13-
YUV174.42102.3686.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.33%
GREEN value IS 213 (83.59% from 255) = 46.51%
BLUE value IS 129 (50.78% from 255) = 28.17%
R=25.33%
G=46.51%
B=28.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162131290.4600.390.16128.0453.5964.51
Hex74D5812E02710803641
Octal164325201560472020066101
Binary11101001101010110000001101110010011110000100000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,213,129); }

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

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

 a { background-color: rgb(116,213,129); }

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

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

 span { border-color: rgb(116,213,129); }

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