#72C774

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

Shades of Pastel Green #72C774

Tints of Pastel Green #72C774

Color information

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

HSL color Cylindrical-coordinate representation of color #72C774: hue angle of 121.41º 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 #72C774 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB114199116-
CMYK0.4300.420.22
HSL121.41º43.15%61.37%-
HSV(B)121.41º42.71%78.04%-
XYZ30.5245.6923.73-
YUV164.12100.8492.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1141991160.4300.420.22121.4143.1561.37
Hex72C7742B02A16792b3d
Octal16230716453052261715375
Binary11100101100011111101001010110101010101101111001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72C774; }

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

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

<style>
 a { background-color: #72C774; }

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

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

<style>
 span { border-color: #72C774; }

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

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