#72CA6F

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

Shades of Pastel Green #72CA6F

Tints of Pastel Green #72CA6F

Color information

#72CA6F (or 0x72CA6F) is unknown color: approx Pastel Green. HEX triplet: 72, CA and 6F. RGB value is (114,202,111). Sum of RGB (Red+Green+Blue) = 114+202+111=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA6F is #8D3590. Grayscale: #A5A5A5. Windows color (decimal): -9254289 or 7326322. OLE color: 7326322.

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

Color convert

RGB114202111-
CMYK0.4400.450.21
HSL118.02º46.19%61.37%-
HSV(B)118.02º45.05%79.22%-
XYZ30.9346.9722.47-
YUV165.3197.3591.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.70%
GREEN value IS 202 (79.30% from 255) = 47.31%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=26.70%
G=47.31%
B=26.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1142021110.4400.450.21118.0246.1961.37
Hex72CA6F2C02D15762e3d
Octal16231215754055251665675
Binary11100101100101011011111011000101101101011110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,202,111); }

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

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

 a { background-color: rgb(114,202,111); }

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

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

 span { border-color: rgb(114,202,111); }

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