#74CA72

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

Shades of Pastel Green #74CA72

Tints of Pastel Green #74CA72

Color information

#74CA72 (or 0x74CA72) is unknown color: approx Pastel Green. HEX triplet: 74, CA and 72. RGB value is (116,202,114). Sum of RGB (Red+Green+Blue) = 116+202+114=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA72 is #8B358D. Grayscale: #A6A6A6. Windows color (decimal): -9123214 or 7522932. OLE color: 7522932.

HSL color Cylindrical-coordinate representation of color #74CA72: hue angle of 118.64º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CA72 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB116202114-
CMYK0.4300.440.21
HSL118.64º45.36%61.96%-
HSV(B)118.64º43.56%79.22%-
XYZ31.3647.1723.37-
YUV166.2598.5192.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.85%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=26.85%
G=46.76%
B=26.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162021140.4300.440.21118.6445.3661.96
Hex74CA722B02C15772d3e
Octal16431216253054251675576
Binary11101001100101011100101010110101100101011110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,202,114); }

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

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

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

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

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

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

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