#74D56F

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

Shades of Pastel Green #74D56F

Tints of Pastel Green #74D56F

Color information

#74D56F (or 0x74D56F) is unknown color: approx Pastel Green. HEX triplet: 74, D5 and 6F. RGB value is (116,213,111). Sum of RGB (Red+Green+Blue) = 116+213+111=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #74D56F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D56F is #8B2A90. Grayscale: #ACACAC. Windows color (decimal): -9120401 or 7329140. OLE color: 7329140.

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

Color convert

RGB116213111-
CMYK0.4600.480.16
HSL117.06º54.84%63.53%-
HSV(B)117.06º47.89%83.53%-
XYZ33.8752.4523.38-
YUV172.3793.3687.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.36%
GREEN value IS 213 (83.59% from 255) = 48.41%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=26.36%
G=48.41%
B=25.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162131110.4600.480.16117.0654.8463.53
Hex74D56F2E03010753740
Octal164325157560602016567100
Binary111010011010101110111110111001100001000011101011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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