#72CD7E

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

Shades of Pastel Green #72CD7E

Tints of Pastel Green #72CD7E

Color information

#72CD7E (or 0x72CD7E) is unknown color: approx Pastel Green. HEX triplet: 72, CD and 7E. RGB value is (114,205,126). Sum of RGB (Red+Green+Blue) = 114+205+126=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #72CD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CD7E is #8D3281. Grayscale: #A9A9A9. Windows color (decimal): -9253506 or 8310130. OLE color: 8310130.

HSL color Cylindrical-coordinate representation of color #72CD7E: hue angle of 127.91º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CD7E is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB114205126-
CMYK0.4400.390.20
HSL127.91º47.64%62.55%-
HSV(B)127.91º44.39%80.39%-
XYZ32.5448.7527.43-
YUV168.78103.8588.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.62%
GREEN value IS 205 (80.47% from 255) = 46.07%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=25.62%
G=46.07%
B=28.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142051260.4400.390.20127.9147.6462.55
Hex72CD7E2C0271480303f
Octal16231517654047242006077
Binary111001011001101111111010110001001111010010000000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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