#74C772

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

Shades of Pastel Green #74C772

Tints of Pastel Green #74C772

Color information

#74C772 (or 0x74C772) is unknown color: approx Pastel Green. HEX triplet: 74, C7 and 72. RGB value is (116,199,114). Sum of RGB (Red+Green+Blue) = 116+199+114=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #74C772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C772 is #8B388D. Grayscale: #A4A4A4. Windows color (decimal): -9123982 or 7522164. OLE color: 7522164.

HSL color Cylindrical-coordinate representation of color #74C772: hue angle of 118.59º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74C772 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB116199114-
CMYK0.4200.430.22
HSL118.59º43.15%61.37%-
HSV(B)118.59º42.71%78.04%-
XYZ30.6645.7723.14-
YUV164.4999.593.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 199 (78.12% from 255) = 46.39%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=27.04%
G=46.39%
B=26.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161991140.4200.430.22118.5943.1561.37
Hex74C7722A02B16772b3d
Octal16430716252053261675375
Binary11101001100011111100101010100101011101101110111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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