Html Css Color HEX #86F173 Pastel Green

📋 copy color: '#86F173'

red 134 ◦ green 241 ◦ blue 115

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

Shades of Pastel Green #86F173

Tints of Pastel Green #86F173

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.18%

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 27.35%
G = 49.18%
B = 23.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#86F173 (or 0x86F173) is known color: Pastel Green. HEX triplet: 86, F1 and 73. RGB value is (134,241,115). Sum of RGB (Red+Green+Blue) = 134+241+115=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #86F173 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F173 is #790E8C. Grayscale: #C3C3C3. Windows color (decimal): -7933581 or 7598470. OLE color: 7598470.

HSL color Cylindrical-coordinate representation of color #86F173: hue angle of 110.95º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86F173 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 241 115 -
CMYK 0.44 0 0.52 0.05
HSL 110.95º 0.82% 0.7% -
HSV(B) 110.95º 0.52% 0.95% -
XYZ 44.38 69.22 27.24 -
YUV 194.64 83.05 84.75 -
System Red Green Blue C M Y K H S L
Decimal 134 241 115 0.44 0 0.52 0.05 110.95 0.82 0.7
Hex 86 F1 73 2C 0 34 5 6F 52 46
Octal 206 361 163 54 0 64 5 157 122 106
Binary 10000110 11110001 1110011 101100 0 110100 101 1101111 1010010 1000110

Color Harmonies of #86F173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F173

Black with #86F173

Text Example


Text Example

White with #86F173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,241,115); }

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

background-color css

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

 a { background-color: rgb(134,241,115); }

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

border-color css

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

 span { border-color: rgb(134,241,115); }

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