#74D46A

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

Shades of Pastel Green #74D46A

Tints of Pastel Green #74D46A

Color information

#74D46A (or 0x74D46A) is unknown color: approx Pastel Green. HEX triplet: 74, D4 and 6A. RGB value is (116,212,106). Sum of RGB (Red+Green+Blue) = 116+212+106=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #74D46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D46A is #8B2B95. Grayscale: #ABABAB. Windows color (decimal): -9120662 or 7001204. OLE color: 7001204.

HSL color Cylindrical-coordinate representation of color #74D46A: hue angle of 114.34º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74D46A is Cyan = 0.45, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB116212106-
CMYK0.4500.50.17
HSL114.34º55.21%62.35%-
HSV(B)114.34º50%83.14%-
XYZ33.3551.8421.88-
YUV171.2191.288.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.73%
GREEN value IS 212 (83.20% from 255) = 48.85%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=26.73%
G=48.85%
B=24.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1162121060.4500.50.17114.3455.2162.35
Hex74D46A2D0321172373e
Octal16432415255062211626776
Binary11101001101010011010101011010110010100011110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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