#74D786

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

Shades of Pastel Green #74D786

Tints of Pastel Green #74D786

Color information

#74D786 (or 0x74D786) is unknown color: approx Pastel Green. HEX triplet: 74, D7 and 86. RGB value is (116,215,134). Sum of RGB (Red+Green+Blue) = 116+215+134=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #74D786 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D786 is #8B2879. Grayscale: #B0B0B0. Windows color (decimal): -9119866 or 8836980. OLE color: 8836980.

HSL color Cylindrical-coordinate representation of color #74D786: hue angle of 130.91º degrees, saturation: 0.55, 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 #74D786 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB116215134-
CMYK0.4600.380.16
HSL130.91º55.31%64.9%-
HSV(B)130.91º46.05%84.31%-
XYZ35.8154.0431.1-
YUV176.17104.285.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.95%
GREEN value IS 215 (84.38% from 255) = 46.24%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=24.95%
G=46.24%
B=28.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162151340.4600.380.16130.9155.3164.9
Hex74D7862E02610833741
Octal164327206560462020367101
Binary11101001101011110000110101110010011010000100000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,215,134); }

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

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

 a { background-color: rgb(116,215,134); }

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

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

 span { border-color: rgb(116,215,134); }

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