Html Css Color HEX #86E660 Pastel Green

📋 copy color: '#86E660'

red 134 ◦ green 230 ◦ blue 96

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

Shades of Pastel Green #86E660

Tints of Pastel Green #86E660

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50%

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 29.13%
G = 50%
B = 20.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#86E660 (or 0x86E660) is known color: Pastel Green. HEX triplet: 86, E6 and 60. RGB value is (134,230,96). Sum of RGB (Red+Green+Blue) = 134+230+96=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 230 (90.23% from 255 or 50% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 230 - color contains mainly: green. Hex color #86E660 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E660 is #79199F. Grayscale: #BABABA. Windows color (decimal): -7936416 or 6350470. OLE color: 6350470.

HSL color Cylindrical-coordinate representation of color #86E660: hue angle of 102.99º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86E660 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 230 96 -
CMYK 0.42 0 0.58 0.10
HSL 102.99º 0.73% 0.64% -
HSV(B) 102.99º 0.58% 0.9% -
XYZ 40.24 62.51 21.01 -
YUV 186.02 77.2 90.9 -
System Red Green Blue C M Y K H S L
Decimal 134 230 96 0.42 0 0.58 0.10 102.99 0.73 0.64
Hex 86 E6 60 2A 0 3A A 67 49 40
Octal 206 346 140 52 0 72 12 147 111 100
Binary 10000110 11100110 1100000 101010 0 111010 1010 1100111 1001001 1000000

Color Harmonies of #86E660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E660

Black with #86E660

Text Example


Text Example

White with #86E660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,230,96); }

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

background-color css

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

 a { background-color: rgb(134,230,96); }

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

border-color css

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

 span { border-color: rgb(134,230,96); }

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