#86E67B

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

Shades of Pastel Green #86E67B

Tints of Pastel Green #86E67B

Color information

#86E67B (or 0x86E67B) is unknown color: approx Pastel Green. HEX triplet: 86, E6 and 7B. RGB value is (134,230,123). Sum of RGB (Red+Green+Blue) = 134+230+123=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #86E67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E67B is #791984. Grayscale: #BDBDBD. Windows color (decimal): -7936389 or 8119942. OLE color: 8119942.

HSL color Cylindrical-coordinate representation of color #86E67B: hue angle of 113.83º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86E67B is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB134230123-
CMYK0.4200.470.10
HSL113.83º68.15%69.22%-
HSV(B)113.83º46.52%90.2%-
XYZ41.763.0928.72-
YUV189.190.788.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.52%
GREEN value IS 230 (90.23% from 255) = 47.23%
BLUE value IS 123 (48.44% from 255) = 25.26%
R=27.52%
G=47.23%
B=25.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1342301230.4200.470.10113.8368.1569.22
Hex86E67B2A02FA724445
Octal2063461735205712162104105
Binary1000011011100110111101110101001011111010111001010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,230,123); }

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

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

 a { background-color: rgb(134,230,123); }

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

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

 span { border-color: rgb(134,230,123); }

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