#86EF61

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

Shades of Pastel Green #86EF61

Tints of Pastel Green #86EF61

Color information

#86EF61 (or 0x86EF61) is unknown color: approx Pastel Green. HEX triplet: 86, EF and 61. RGB value is (134,239,97). Sum of RGB (Red+Green+Blue) = 134+239+97=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EF61 is #79109E. Grayscale: #BFBFBF. Windows color (decimal): -7934111 or 6418310. OLE color: 6418310.

HSL color Cylindrical-coordinate representation of color #86EF61: hue angle of 104.37º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86EF61 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB13423997-
CMYK0.4400.590.06
HSL104.37º81.61%65.88%-
HSV(B)104.37º59.41%93.73%-
XYZ42.8667.6622.11-
YUV191.4274.7187.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 239 (93.75% from 255) = 50.85%
BLUE value IS 97 (38.28% from 255) = 20.64%
R=28.51%
G=50.85%
B=20.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal134239970.4400.590.06104.3781.6165.88
Hex86EF612C03B6685242
Octal206357141540736150122102
Binary100001101110111111000011011000111011110110100010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,239,97); }

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

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

 a { background-color: rgb(134,239,97); }

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

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

 span { border-color: rgb(134,239,97); }

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