#72CA70

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

Shades of Pastel Green #72CA70

Tints of Pastel Green #72CA70

Color information

#72CA70 (or 0x72CA70) is unknown color: approx Pastel Green. HEX triplet: 72, CA and 70. RGB value is (114,202,112). Sum of RGB (Red+Green+Blue) = 114+202+112=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA70 is #8D358F. Grayscale: #A5A5A5. Windows color (decimal): -9254288 or 7391858. OLE color: 7391858.

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

Color convert

RGB114202112-
CMYK0.4400.450.21
HSL118.67º45.92%61.57%-
HSV(B)118.67º44.55%79.22%-
XYZ30.9846.9922.77-
YUV165.4397.8591.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.64%
GREEN value IS 202 (79.30% from 255) = 47.20%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=26.64%
G=47.20%
B=26.17%

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
Decimal1142021120.4400.450.21118.6745.9261.57
Hex72CA702C02D15772e3e
Octal16231216054055251675676
Binary11100101100101011100001011000101101101011110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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