#72DA68

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

Shades of Pastel Green #72DA68

Tints of Pastel Green #72DA68

Color information

#72DA68 (or 0x72DA68) is unknown color: approx Pastel Green. HEX triplet: 72, DA and 68. RGB value is (114,218,104). Sum of RGB (Red+Green+Blue) = 114+218+104=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #72DA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DA68 is #8D2597. Grayscale: #AEAEAE. Windows color (decimal): -9250200 or 6871666. OLE color: 6871666.

HSL color Cylindrical-coordinate representation of color #72DA68: hue angle of 114.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72DA68 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB114218104-
CMYK0.4800.520.15
HSL114.74º60.64%63.14%-
HSV(B)114.74º52.29%85.49%-
XYZ34.5154.7221.84-
YUV173.9188.5485.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.15%
GREEN value IS 218 (85.55% from 255) = 50%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=26.15%
G=50%
B=23.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142181040.4800.520.15114.7460.6463.14
Hex72DA6830034F733d3f
Octal16233215060064171637577
Binary1110010110110101101000110000011010011111110011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,218,104); }

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

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

 a { background-color: rgb(114,218,104); }

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

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

 span { border-color: rgb(114,218,104); }

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