#86F074

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

Shades of Pastel Green #86F074

Tints of Pastel Green #86F074

Color information

#86F074 (or 0x86F074) is unknown color: approx Pastel Green. HEX triplet: 86, F0 and 74. RGB value is (134,240,116). Sum of RGB (Red+Green+Blue) = 134+240+116=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #86F074 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F074 is #790F8B. Grayscale: #C2C2C2. Windows color (decimal): -7933836 or 7663750. OLE color: 7663750.

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

Color convert

RGB134240116-
CMYK0.4400.520.06
HSL111.29º80.52%69.8%-
HSV(B)111.29º51.67%94.12%-
XYZ44.1468.6527.45-
YUV194.1783.8885.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.35%
GREEN value IS 240 (94.14% from 255) = 48.98%
BLUE value IS 116 (45.70% from 255) = 23.67%
R=27.35%
G=48.98%
B=23.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342401160.4400.520.06111.2980.5269.8
Hex86F0742C03466f5146
Octal206360164540646157121106
Binary100001101111000011101001011000110100110110111110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,240,116); }

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

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

 a { background-color: rgb(134,240,116); }

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

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

 span { border-color: rgb(134,240,116); }

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