#72C97B

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

Shades of Pastel Green #72C97B

Tints of Pastel Green #72C97B

Color information

#72C97B (or 0x72C97B) is unknown color: approx Pastel Green. HEX triplet: 72, C9 and 7B. RGB value is (114,201,123). Sum of RGB (Red+Green+Blue) = 114+201+123=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #72C97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C97B is #8D3684. Grayscale: #A6A6A6. Windows color (decimal): -9254533 or 8112498. OLE color: 8112498.

HSL color Cylindrical-coordinate representation of color #72C97B: hue angle of 126.21º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C97B is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB114201123-
CMYK0.4300.390.21
HSL126.21º44.62%61.76%-
HSV(B)126.21º43.28%78.82%-
XYZ31.446.7826.11-
YUV166.09103.6890.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 201 (78.91% from 255) = 45.89%
BLUE value IS 123 (48.44% from 255) = 28.08%
R=26.03%
G=45.89%
B=28.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1142011230.4300.390.21126.2144.6261.76
Hex72C97B2B027157e2d3e
Octal16231117353047251765576
Binary11100101100100111110111010110100111101011111110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,201,123); }

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

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

 a { background-color: rgb(114,201,123); }

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

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

 span { border-color: rgb(114,201,123); }

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