#72CD70

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

Shades of Pastel Green #72CD70

Tints of Pastel Green #72CD70

Color information

#72CD70 (or 0x72CD70) is unknown color: approx Pastel Green. HEX triplet: 72, CD and 70. RGB value is (114,205,112). Sum of RGB (Red+Green+Blue) = 114+205+112=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #72CD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CD70 is #8D328F. Grayscale: #A7A7A7. Windows color (decimal): -9253520 or 7392626. OLE color: 7392626.

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

Color convert

RGB114205112-
CMYK0.4400.450.20
HSL118.71º48.19%62.16%-
HSV(B)118.71º45.37%80.39%-
XYZ31.748.4123-
YUV167.1996.8590.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 205 (80.47% from 255) = 47.56%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=26.45%
G=47.56%
B=25.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142051120.4400.450.20118.7148.1962.16
Hex72CD702C02D1477303e
Octal16231516054055241676076
Binary11100101100110111100001011000101101101001110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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