#72D57E

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

Shades of Pastel Green #72D57E

Tints of Pastel Green #72D57E

Color information

#72D57E (or 0x72D57E) is unknown color: approx Pastel Green. HEX triplet: 72, D5 and 7E. RGB value is (114,213,126). Sum of RGB (Red+Green+Blue) = 114+213+126=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #72D57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D57E is #8D2A81. Grayscale: #ADADAD. Windows color (decimal): -9251458 or 8312178. OLE color: 8312178.

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

Color convert

RGB114213126-
CMYK0.4600.410.16
HSL127.27º54.1%64.12%-
HSV(B)127.27º46.48%83.53%-
XYZ34.552.6728.09-
YUV173.48101.285.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.17%
GREEN value IS 213 (83.59% from 255) = 47.02%
BLUE value IS 126 (49.61% from 255) = 27.81%
R=25.17%
G=47.02%
B=27.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1142131260.4600.410.16127.2754.164.12
Hex72D57E2E029107f3640
Octal162325176560512017766100
Binary111001011010101111111010111001010011000011111111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,213,126); }

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

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

 a { background-color: rgb(114,213,126); }

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

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

 span { border-color: rgb(114,213,126); }

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