#86D374

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

Shades of Pastel Green #86D374

Tints of Pastel Green #86D374

Color information

#86D374 (or 0x86D374) is unknown color: approx Pastel Green. HEX triplet: 86, D3 and 74. RGB value is (134,211,116). Sum of RGB (Red+Green+Blue) = 134+211+116=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #86D374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D374 is #792C8B. Grayscale: #B1B1B1. Windows color (decimal): -7941260 or 7656326. OLE color: 7656326.

HSL color Cylindrical-coordinate representation of color #86D374: hue angle of 108.63º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86D374 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB134211116-
CMYK0.3600.450.17
HSL108.63º51.91%64.12%-
HSV(B)108.63º45.02%82.75%-
XYZ36.2852.9224.83-
YUV177.1593.4997.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.07%
GREEN value IS 211 (82.81% from 255) = 45.77%
BLUE value IS 116 (45.70% from 255) = 25.16%
R=29.07%
G=45.77%
B=25.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1342111160.3600.450.17108.6351.9164.12
Hex86D3742402D116d3440
Octal206323164440552115564100
Binary1000011011010011111010010010001011011000111011011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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