#72D064

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

Shades of Pastel Green #72D064

Tints of Pastel Green #72D064

Color information

#72D064 (or 0x72D064) is unknown color: approx Pastel Green. HEX triplet: 72, D0 and 64. RGB value is (114,208,100). Sum of RGB (Red+Green+Blue) = 114+208+100=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #72D064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D064 is #8D2F9B. Grayscale: #A7A7A7. Windows color (decimal): -9252764 or 6606962. OLE color: 6606962.

HSL color Cylindrical-coordinate representation of color #72D064: hue angle of 112.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72D064 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB114208100-
CMYK0.4500.520.18
HSL112.22º53.47%60.39%-
HSV(B)112.22º51.92%81.57%-
XYZ31.849.6119.96-
YUV167.5889.8689.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 208 (81.64% from 255) = 49.29%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=27.01%
G=49.29%
B=23.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142081000.4500.520.18112.2253.4760.39
Hex72D0642D0341270353c
Octal16232014455064221606574
Binary11100101101000011001001011010110100100101110000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,208,100); }

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

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

 a { background-color: rgb(114,208,100); }

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

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

 span { border-color: rgb(114,208,100); }

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