#72E064

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

Shades of Pastel Green #72E064

Tints of Pastel Green #72E064

Color information

#72E064 (or 0x72E064) is unknown color: approx Pastel Green. HEX triplet: 72, E0 and 64. RGB value is (114,224,100). Sum of RGB (Red+Green+Blue) = 114+224+100=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #72E064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E064 is #8D1F9B. Grayscale: #B1B1B1. Windows color (decimal): -9248668 or 6611058. OLE color: 6611058.

HSL color Cylindrical-coordinate representation of color #72E064: hue angle of 113.23º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72E064 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB114224100-
CMYK0.4900.550.12
HSL113.23º66.67%63.53%-
HSV(B)113.23º55.36%87.84%-
XYZ35.957.8121.32-
YUV176.9784.5683.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 224 (87.89% from 255) = 51.14%
BLUE value IS 100 (39.45% from 255) = 22.83%
R=26.03%
G=51.14%
B=22.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1142241000.4900.550.12113.2366.6763.53
Hex72E06431037C714340
Octal1623401446106714161103100
Binary111001011100000110010011000101101111100111000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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