#72E768

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

Shades of Pastel Green #72E768

Tints of Pastel Green #72E768

Color information

#72E768 (or 0x72E768) is unknown color: approx Pastel Green. HEX triplet: 72, E7 and 68. RGB value is (114,231,104). Sum of RGB (Red+Green+Blue) = 114+231+104=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #72E768 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72E768 is #8D1897. Grayscale: #B5B5B5. Windows color (decimal): -9246872 or 6874994. OLE color: 6874994.

HSL color Cylindrical-coordinate representation of color #72E768: hue angle of 115.28º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72E768 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB114231104-
CMYK0.5100.550.09
HSL115.28º72.57%65.69%-
HSV(B)115.28º54.98%90.59%-
XYZ38.0161.7323.01-
YUV181.5484.2479.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 231 (90.62% from 255) = 51.45%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=25.39%
G=51.45%
B=23.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1142311040.5100.550.09115.2872.5765.69
Hex72E768330379734942
Octal1623471506306711163111102
Binary111001011100111110100011001101101111001111001110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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