Html Css Color HEX #86F061 Pastel Green

📋 copy color: '#86F061'

red 134 ◦ green 240 ◦ blue 97

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

Shades of Pastel Green #86F061

Tints of Pastel Green #86F061

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.96%

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

R = 28.45%
G = 50.96%
B = 20.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#86F061 (or 0x86F061) is known color: Pastel Green. HEX triplet: 86, F0 and 61. RGB value is (134,240,97). Sum of RGB (Red+Green+Blue) = 134+240+97=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #86F061 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F061 is #790F9E. Grayscale: #C0C0C0. Windows color (decimal): -7933855 or 6418566. OLE color: 6418566.

HSL color Cylindrical-coordinate representation of color #86F061: hue angle of 104.48º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86F061 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 240 97 -
CMYK 0.44 0 0.60 0.06
HSL 104.48º 0.83% 0.66% -
HSV(B) 104.48º 0.6% 0.94% -
XYZ 43.15 68.25 22.21 -
YUV 192 74.38 86.63 -
System Red Green Blue C M Y K H S L
Decimal 134 240 97 0.44 0 0.60 0.06 104.48 0.83 0.66
Hex 86 F0 61 2C 0 3C 6 68 53 42
Octal 206 360 141 54 0 74 6 150 123 102
Binary 10000110 11110000 1100001 101100 0 111100 110 1101000 1010011 1000010

Color Harmonies of #86F061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F061

Black with #86F061

Text Example


Text Example

White with #86F061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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