#72F780

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

Shades of Pastel Green #72F780

Tints of Pastel Green #72F780

Color information

#72F780 (or 0x72F780) is unknown color: approx Pastel Green. HEX triplet: 72, F7 and 80. RGB value is (114,247,128). Sum of RGB (Red+Green+Blue) = 114+247+128=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #72F780 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F780 is #8D087F. Grayscale: #C2C2C2. Windows color (decimal): -9242752 or 8451954. OLE color: 8451954.

HSL color Cylindrical-coordinate representation of color #72F780: hue angle of 126.32º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F780 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB114247128-
CMYK0.5400.480.03
HSL126.32º89.26%70.78%-
HSV(B)126.32º53.85%96.86%-
XYZ44.171.6631.93-
YUV193.6790.9471.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.31%
GREEN value IS 247 (96.88% from 255) = 50.51%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=23.31%
G=50.51%
B=26.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1142471280.5400.480.03126.3289.2670.78
Hex72F7803603037e5947
Octal162367200660603176131107
Binary11100101111011110000000110110011000011111111010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,247,128); }

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

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

 a { background-color: rgb(114,247,128); }

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

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

 span { border-color: rgb(114,247,128); }

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