#72E769

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

Shades of Pastel Green #72E769

Tints of Pastel Green #72E769

Color information

#72E769 (or 0x72E769) is unknown color: approx Pastel Green. HEX triplet: 72, E7 and 69. RGB value is (114,231,105). Sum of RGB (Red+Green+Blue) = 114+231+105=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #72E769 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72E769 is #8D1896. Grayscale: #B6B6B6. Windows color (decimal): -9246871 or 6940530. OLE color: 6940530.

HSL color Cylindrical-coordinate representation of color #72E769: hue angle of 115.71º degrees, saturation: 0.72, 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 #72E769 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB114231105-
CMYK0.5100.550.09
HSL115.71º72.41%65.88%-
HSV(B)115.71º54.55%90.59%-
XYZ38.0761.7523.28-
YUV181.6584.7479.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.33%
GREEN value IS 231 (90.62% from 255) = 51.33%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=25.33%
G=51.33%
B=23.33%

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
Decimal1142311050.5100.550.09115.7172.4165.88
Hex72E769330379744842
Octal1623471516306711164110102
Binary111001011100111110100111001101101111001111010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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