#72CB7C

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

Shades of Pastel Green #72CB7C

Tints of Pastel Green #72CB7C

Color information

#72CB7C (or 0x72CB7C) is unknown color: approx Pastel Green. HEX triplet: 72, CB and 7C. RGB value is (114,203,124). Sum of RGB (Red+Green+Blue) = 114+203+124=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #72CB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CB7C is #8D3483. Grayscale: #A7A7A7. Windows color (decimal): -9254020 or 8178546. OLE color: 8178546.

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

Color convert

RGB114203124-
CMYK0.4400.390.20
HSL126.74º46.11%62.16%-
HSV(B)126.74º43.84%79.61%-
XYZ31.9347.7426.6-
YUV167.38103.5189.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.85%
GREEN value IS 203 (79.69% from 255) = 46.03%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=25.85%
G=46.03%
B=28.12%

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
Decimal1142031240.4400.390.20126.7446.1162.16
Hex72CB7C2C027147f2e3e
Octal16231317454047241775676
Binary11100101100101111111001011000100111101001111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,203,124); }

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

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

 a { background-color: rgb(114,203,124); }

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

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

 span { border-color: rgb(114,203,124); }

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