#72DC71

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

Shades of Pastel Green #72DC71

Tints of Pastel Green #72DC71

Color information

#72DC71 (or 0x72DC71) is unknown color: approx Pastel Green. HEX triplet: 72, DC and 71. RGB value is (114,220,113). Sum of RGB (Red+Green+Blue) = 114+220+113=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DC71 is #8D238E. Grayscale: #B0B0B0. Windows color (decimal): -9249679 or 7462002. OLE color: 7462002.

HSL color Cylindrical-coordinate representation of color #72DC71: hue angle of 119.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DC71 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB114220113-
CMYK0.4800.490.14
HSL119.44º60.45%65.29%-
HSV(B)119.44º48.64%86.27%-
XYZ35.5155.9624.55-
YUV176.1192.3883.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.50%
GREEN value IS 220 (86.33% from 255) = 49.22%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=25.50%
G=49.22%
B=25.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1142201130.4800.490.14119.4460.4565.29
Hex72DC7130031E773c41
Octal162334161600611616774101
Binary11100101101110011100011100000110001111011101111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,220,113); }

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

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

 a { background-color: rgb(114,220,113); }

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

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

 span { border-color: rgb(114,220,113); }

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