Html Css Color HEX #86F261 Pastel Green

📋 copy color: '#86F261'

red 134 ◦ green 242 ◦ blue 97

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

Shades of Pastel Green #86F261

Tints of Pastel Green #86F261

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.16%

 BLUE value IS 97 (38.28% from 255) = 20.51%

R = 28.33%
G = 51.16%
B = 20.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#86F261 (or 0x86F261) is known color: Pastel Green. HEX triplet: 86, F2 and 61. RGB value is (134,242,97). Sum of RGB (Red+Green+Blue) = 134+242+97=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #86F261 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F261 is #790D9E. Grayscale: #C1C1C1. Windows color (decimal): -7933343 or 6419078. OLE color: 6419078.

HSL color Cylindrical-coordinate representation of color #86F261: hue angle of 104.69º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86F261 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 242 97 -
CMYK 0.45 0 0.60 0.05
HSL 104.69º 0.85% 0.66% -
HSV(B) 104.69º 0.6% 0.95% -
XYZ 43.74 69.44 22.41 -
YUV 193.18 73.72 85.79 -
System Red Green Blue C M Y K H S L
Decimal 134 242 97 0.45 0 0.60 0.05 104.69 0.85 0.66
Hex 86 F2 61 2D 0 3C 5 69 55 42
Octal 206 362 141 55 0 74 5 151 125 102
Binary 10000110 11110010 1100001 101101 0 111100 101 1101001 1010101 1000010

Color Harmonies of #86F261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F261

Black with #86F261

Text Example


Text Example

White with #86F261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,242,97); }

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

background-color css

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

 a { background-color: rgb(134,242,97); }

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

border-color css

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

 span { border-color: rgb(134,242,97); }

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