#86EE67

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

Shades of Pastel Green #86EE67

Tints of Pastel Green #86EE67

Color information

#86EE67 (or 0x86EE67) is unknown color: approx Pastel Green. HEX triplet: 86, EE and 67. RGB value is (134,238,103). Sum of RGB (Red+Green+Blue) = 134+238+103=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EE67 is #791198. Grayscale: #BFBFBF. Windows color (decimal): -7934361 or 6811270. OLE color: 6811270.

HSL color Cylindrical-coordinate representation of color #86EE67: hue angle of 106.22º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86EE67 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB134238103-
CMYK0.4400.570.07
HSL106.22º79.88%66.86%-
HSV(B)106.22º56.72%93.33%-
XYZ42.8567.223.54-
YUV191.5178.0486.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 238 (93.36% from 255) = 50.11%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=28.21%
G=50.11%
B=21.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342381030.4400.570.07106.2279.8866.86
Hex86EE672C03976a5043
Octal206356147540717152120103
Binary100001101110111011001111011000111001111110101010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,238,103); }

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

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

 a { background-color: rgb(134,238,103); }

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

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

 span { border-color: rgb(134,238,103); }

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