Html Css Color HEX #86F06B Pastel Green

📋 copy color: '#86F06B'

red 134 ◦ green 240 ◦ blue 107

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

Shades of Pastel Green #86F06B

Tints of Pastel Green #86F06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 27.86%
G = 49.9%
B = 22.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#86F06B (or 0x86F06B) is known color: Pastel Green. HEX triplet: 86, F0 and 6B. RGB value is (134,240,107). Sum of RGB (Red+Green+Blue) = 134+240+107=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #86F06B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F06B is #790F94. Grayscale: #C1C1C1. Windows color (decimal): -7933845 or 7073926. OLE color: 7073926.

HSL color Cylindrical-coordinate representation of color #86F06B: hue angle of 107.82º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86F06B is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 240 107 -
CMYK 0.44 0 0.55 0.06
HSL 107.82º 0.82% 0.68% -
HSV(B) 107.82º 0.55% 0.94% -
XYZ 43.65 68.45 24.82 -
YUV 193.14 79.38 85.81 -
System Red Green Blue C M Y K H S L
Decimal 134 240 107 0.44 0 0.55 0.06 107.82 0.82 0.68
Hex 86 F0 6B 2C 0 37 6 6C 52 44
Octal 206 360 153 54 0 67 6 154 122 104
Binary 10000110 11110000 1101011 101100 0 110111 110 1101100 1010010 1000100

Color Harmonies of #86F06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F06B

Black with #86F06B

Text Example


Text Example

White with #86F06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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