Html Css Color HEX #86F163 Pastel Green

📋 copy color: '#86F163'

red 134 ◦ green 241 ◦ blue 99

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

Shades of Pastel Green #86F163

Tints of Pastel Green #86F163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.89%

R = 28.27%
G = 50.84%
B = 20.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#86F163 (or 0x86F163) is known color: Pastel Green. HEX triplet: 86, F1 and 63. RGB value is (134,241,99). Sum of RGB (Red+Green+Blue) = 134+241+99=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #86F163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F163 is #790E9C. Grayscale: #C1C1C1. Windows color (decimal): -7933597 or 6549894. OLE color: 6549894.

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

Color convert

RGB 134 241 99 -
CMYK 0.44 0 0.59 0.05
HSL 105.21º 0.84% 0.67% -
HSV(B) 105.21º 0.59% 0.95% -
XYZ 43.54 68.88 22.8 -
YUV 192.82 75.05 86.05 -
System Red Green Blue C M Y K H S L
Decimal 134 241 99 0.44 0 0.59 0.05 105.21 0.84 0.67
Hex 86 F1 63 2C 0 3B 5 69 54 43
Octal 206 361 143 54 0 73 5 151 124 103
Binary 10000110 11110001 1100011 101100 0 111011 101 1101001 1010100 1000011

Color Harmonies of #86F163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F163

Black with #86F163

Text Example


Text Example

White with #86F163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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