#74DC6D

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

Shades of Pastel Green #74DC6D

Tints of Pastel Green #74DC6D

Color information

#74DC6D (or 0x74DC6D) is unknown color: approx Pastel Green. HEX triplet: 74, DC and 6D. RGB value is (116,220,109). Sum of RGB (Red+Green+Blue) = 116+220+109=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC6D is #8B2392. Grayscale: #B0B0B0. Windows color (decimal): -9118611 or 7199860. OLE color: 7199860.

HSL color Cylindrical-coordinate representation of color #74DC6D: hue angle of 116.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74DC6D is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB116220109-
CMYK0.4700.500.14
HSL116.22º61.33%64.51%-
HSV(B)116.22º50.45%86.27%-
XYZ35.565623.4-
YUV176.2590.0485.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.07%
GREEN value IS 220 (86.33% from 255) = 49.44%
BLUE value IS 109 (42.97% from 255) = 24.49%
R=26.07%
G=49.44%
B=24.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1162201090.4700.500.14116.2261.3364.51
Hex74DC6D2F032E743d41
Octal164334155570621616475101
Binary11101001101110011011011011110110010111011101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,220,109); }

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

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

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

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

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

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

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