#72D774

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

Shades of Pastel Green #72D774

Tints of Pastel Green #72D774

Color information

#72D774 (or 0x72D774) is unknown color: approx Pastel Green. HEX triplet: 72, D7 and 74. RGB value is (114,215,116). Sum of RGB (Red+Green+Blue) = 114+215+116=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #72D774 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D774 is #8D288B. Grayscale: #ADADAD. Windows color (decimal): -9250956 or 7657330. OLE color: 7657330.

HSL color Cylindrical-coordinate representation of color #72D774: hue angle of 121.19º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D774 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB114215116-
CMYK0.4700.460.16
HSL121.19º55.8%64.51%-
HSV(B)121.19º46.98%84.31%-
XYZ34.3953.4425.03-
YUV173.5295.5485.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.62%
GREEN value IS 215 (84.38% from 255) = 48.31%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=25.62%
G=48.31%
B=26.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1142151160.4700.460.16121.1955.864.51
Hex72D7742F02E10793841
Octal162327164570562017170101
Binary111001011010111111010010111101011101000011110011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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