#74CD6D

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

Shades of Pastel Green #74CD6D

Tints of Pastel Green #74CD6D

Color information

#74CD6D (or 0x74CD6D) is unknown color: approx Pastel Green. HEX triplet: 74, CD and 6D. RGB value is (116,205,109). Sum of RGB (Red+Green+Blue) = 116+205+109=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CD6D is #8B3292. Grayscale: #A7A7A7. Windows color (decimal): -9122451 or 7196020. OLE color: 7196020.

HSL color Cylindrical-coordinate representation of color #74CD6D: hue angle of 115.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CD6D is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB116205109-
CMYK0.4300.470.20
HSL115.62º48.98%61.57%-
HSV(B)115.62º46.83%80.39%-
XYZ31.7948.4822.15-
YUV167.4495.0191.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.98%
GREEN value IS 205 (80.47% from 255) = 47.67%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=26.98%
G=47.67%
B=25.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1162051090.4300.470.20115.6248.9861.57
Hex74CD6D2B02F1474313e
Octal16431515553057241646176
Binary11101001100110111011011010110101111101001110100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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