#72FA86

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

Shades of Pastel Green #72FA86

Tints of Pastel Green #72FA86

Color information

#72FA86 (or 0x72FA86) is unknown color: approx Pastel Green. HEX triplet: 72, FA and 86. RGB value is (114,250,134). Sum of RGB (Red+Green+Blue) = 114+250+134=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #72FA86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FA86 is #8D0579. Grayscale: #C4C4C4. Windows color (decimal): -9241978 or 8845938. OLE color: 8845938.

HSL color Cylindrical-coordinate representation of color #72FA86: hue angle of 128.82º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72FA86 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB114250134-
CMYK0.5400.460.02
HSL128.82º93.15%71.37%-
HSV(B)128.82º54.4%98.04%-
XYZ45.4373.6734.38-
YUV196.1192.9469.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.89%
GREEN value IS 250 (98.05% from 255) = 50.20%
BLUE value IS 134 (52.73% from 255) = 26.91%
R=22.89%
G=50.20%
B=26.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142501340.5400.460.02128.8293.1571.37
Hex72FA863602E2815d47
Octal162372206660562201135107
Binary111001011111010100001101101100101110101000000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,250,134); }

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

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

 a { background-color: rgb(114,250,134); }

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

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

 span { border-color: rgb(114,250,134); }

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