#74D674

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

Shades of Pastel Green #74D674

Tints of Pastel Green #74D674

Color information

#74D674 (or 0x74D674) is unknown color: approx Pastel Green. HEX triplet: 74, D6 and 74. RGB value is (116,214,116). Sum of RGB (Red+Green+Blue) = 116+214+116=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #74D674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D674 is #8B298B. Grayscale: #ADADAD. Windows color (decimal): -9120140 or 7657076. OLE color: 7657076.

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

Color convert

RGB116214116-
CMYK0.4600.460.16
HSL120º54.44%64.71%-
HSV(B)120º45.79%83.92%-
XYZ34.453.0724.95-
YUV173.5395.5386.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 214 (83.98% from 255) = 47.98%
BLUE value IS 116 (45.70% from 255) = 26.01%
R=26.01%
G=47.98%
B=26.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162141160.4600.460.1612054.4464.71
Hex74D6742E02E10783641
Octal164326164560562017066101
Binary111010011010110111010010111001011101000011110001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,214,116); }

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

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

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

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

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

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

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