Html Css Color HEX #86E175 Pastel Green

📋 copy color: '#86E175'

red 134 ◦ green 225 ◦ blue 117

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

Shades of Pastel Green #86E175

Tints of Pastel Green #86E175

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.27%

 BLUE value IS 117 (46.09% from 255) = 24.58%

R = 28.15%
G = 47.27%
B = 24.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#86E175 (or 0x86E175) is known color: Pastel Green. HEX triplet: 86, E1 and 75. RGB value is (134,225,117). Sum of RGB (Red+Green+Blue) = 134+225+117=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #86E175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E175 is #791E8A. Grayscale: #B9B9B9. Windows color (decimal): -7937675 or 7725446. OLE color: 7725446.

HSL color Cylindrical-coordinate representation of color #86E175: hue angle of 110.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86E175 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 225 117 -
CMYK 0.40 0 0.48 0.12
HSL 110.56º 0.64% 0.67% -
HSV(B) 110.56º 0.48% 0.88% -
XYZ 39.97 60.2 26.34 -
YUV 185.48 89.35 91.28 -
System Red Green Blue C M Y K H S L
Decimal 134 225 117 0.40 0 0.48 0.12 110.56 0.64 0.67
Hex 86 E1 75 28 0 30 C 6F 40 43
Octal 206 341 165 50 0 60 14 157 100 103
Binary 10000110 11100001 1110101 101000 0 110000 1100 1101111 1000000 1000011

Color Harmonies of #86E175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E175

Black with #86E175

Text Example


Text Example

White with #86E175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,225,117); }

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

background-color css

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

 a { background-color: rgb(134,225,117); }

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

border-color css

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

 span { border-color: rgb(134,225,117); }

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