#74C972

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

Shades of Pastel Green #74C972

Tints of Pastel Green #74C972

Color information

#74C972 (or 0x74C972) is unknown color: approx Pastel Green. HEX triplet: 74, C9 and 72. RGB value is (116,201,114). Sum of RGB (Red+Green+Blue) = 116+201+114=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #74C972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C972 is #8B368D. Grayscale: #A5A5A5. Windows color (decimal): -9123470 or 7522676. OLE color: 7522676.

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

Color convert

RGB116201114-
CMYK0.4200.430.21
HSL118.62º44.62%61.76%-
HSV(B)118.62º43.28%78.82%-
XYZ31.1346.723.29-
YUV165.6798.8492.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.91%
GREEN value IS 201 (78.91% from 255) = 46.64%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=26.91%
G=46.64%
B=26.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162011140.4200.430.21118.6244.6261.76
Hex74C9722A02B15772d3e
Octal16431116252053251675576
Binary11101001100100111100101010100101011101011110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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