#74D96A

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

Shades of Pastel Green #74D96A

Tints of Pastel Green #74D96A

Color information

#74D96A (or 0x74D96A) is unknown color: approx Pastel Green. HEX triplet: 74, D9 and 6A. RGB value is (116,217,106). Sum of RGB (Red+Green+Blue) = 116+217+106=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #74D96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D96A is #8B2695. Grayscale: #AEAEAE. Windows color (decimal): -9119382 or 7002484. OLE color: 7002484.

HSL color Cylindrical-coordinate representation of color #74D96A: hue angle of 114.59º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74D96A is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB116217106-
CMYK0.4700.510.15
HSL114.59º59.36%63.33%-
HSV(B)114.59º51.15%85.1%-
XYZ34.6254.3822.31-
YUV174.1589.5486.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 217 (85.16% from 255) = 49.43%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=26.42%
G=49.43%
B=24.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162171060.4700.510.15114.5959.3663.33
Hex74D96A2F033F733b3f
Octal16433115257063171637377
Binary1110100110110011101010101111011001111111110011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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