#86FA72

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

Shades of Pastel Green #86FA72

Tints of Pastel Green #86FA72

Color information

#86FA72 (or 0x86FA72) is unknown color: approx Pastel Green. HEX triplet: 86, FA and 72. RGB value is (134,250,114). Sum of RGB (Red+Green+Blue) = 134+250+114=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA72 is #79058D. Grayscale: #C8C8C8. Windows color (decimal): -7931278 or 7535238. OLE color: 7535238.

HSL color Cylindrical-coordinate representation of color #86FA72: hue angle of 111.18º 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 #86FA72 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB134250114-
CMYK0.4600.540.02
HSL111.18º93.15%71.37%-
HSV(B)111.18º54.4%98.04%-
XYZ47.0574.6527.85-
YUV199.8179.5781.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342501140.4600.540.02111.1893.1571.37
Hex86FA722E03626f5d47
Octal206372162560662157135107
Binary10000110111110101110010101110011011010110111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86FA72; }

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

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

<style>
 a { background-color: #86FA72; }

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

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

<style>
 span { border-color: #86FA72; }

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

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