Html Css Color HEX #86EB6E Pastel Green

📋 copy color: '#86EB6E'

red 134 ◦ green 235 ◦ blue 110

#86EB6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #86EB6E

Tints of Pastel Green #86EB6E

RGB

 RED value IS 134 (52.73% from 255) = 27.97%

 GREEN value IS 235 (92.19% from 255) = 49.06%

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 27.97%
G = 49.06%
B = 22.96%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#86EB6E (or 0x86EB6E) is known color: Pastel Green. HEX triplet: 86, EB and 6E. RGB value is (134,235,110). Sum of RGB (Red+Green+Blue) = 134+235+110=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EB6E is #791491. Grayscale: #BEBEBE. Windows color (decimal): -7935122 or 7269254. OLE color: 7269254.

HSL color Cylindrical-coordinate representation of color #86EB6E: hue angle of 108.48º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86EB6E is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 235 110 -
CMYK 0.43 0 0.53 0.08
HSL 108.48º 0.76% 0.68% -
HSV(B) 108.48º 0.53% 0.92% -
XYZ 42.35 65.61 25.18 -
YUV 190.55 82.54 87.66 -
System Red Green Blue C M Y K H S L
Decimal 134 235 110 0.43 0 0.53 0.08 108.48 0.76 0.68
Hex 86 EB 6E 2B 0 35 8 6C 4C 44
Octal 206 353 156 53 0 65 10 154 114 104
Binary 10000110 11101011 1101110 101011 0 110101 1000 1101100 1001100 1000100

Color Harmonies of #86EB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EB6E

Black with #86EB6E

Text Example


Text Example

White with #86EB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,235,110); }

 H1.HeaderClassName
 {
   color: #86EB6E;
 }
 .AnyTagClassName
 {
   color: #86EB6E;
 }
</style>

background-color css

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

 a { background-color: rgb(134,235,110); }

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

border-color css

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

 span { border-color: rgb(134,235,110); }

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