Html Css Color HEX #86DF85 Pastel Green

📋 copy color: '#86DF85'

red 134 ◦ green 223 ◦ blue 133

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

Shades of Pastel Green #86DF85

Tints of Pastel Green #86DF85

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

 BLUE value IS 133 (52.34% from 255) = 27.14%

R = 27.35%
G = 45.51%
B = 27.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#86DF85 (or 0x86DF85) is known color: Pastel Green. HEX triplet: 86, DF and 85. RGB value is (134,223,133). Sum of RGB (Red+Green+Blue) = 134+223+133=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF85 is #79207A. Grayscale: #BABABA. Windows color (decimal): -7938171 or 8773510. OLE color: 8773510.

HSL color Cylindrical-coordinate representation of color #86DF85: hue angle of 119.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DF85 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 223 133 -
CMYK 0.40 0 0.40 0.13
HSL 119.33º 0.58% 0.7% -
HSV(B) 119.33º 0.4% 0.87% -
XYZ 40.45 59.54 31.55 -
YUV 186.13 98.01 90.82 -
System Red Green Blue C M Y K H S L
Decimal 134 223 133 0.40 0 0.40 0.13 119.33 0.58 0.7
Hex 86 DF 85 28 0 28 D 77 3A 46
Octal 206 337 205 50 0 50 15 167 72 106
Binary 10000110 11011111 10000101 101000 0 101000 1101 1110111 111010 1000110

Color Harmonies of #86DF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DF85

Black with #86DF85

Text Example


Text Example

White with #86DF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,223,133); }

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

background-color css

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

 a { background-color: rgb(134,223,133); }

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

border-color css

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

 span { border-color: rgb(134,223,133); }

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