Html Css Color HEX #86DF84 Pastel Green

📋 copy color: '#86DF84'

red 134 ◦ green 223 ◦ blue 132

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

Shades of Pastel Green #86DF84

Tints of Pastel Green #86DF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.99%

R = 27.4%
G = 45.6%
B = 26.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#86DF84 (or 0x86DF84) is known color: Pastel Green. HEX triplet: 86, DF and 84. RGB value is (134,223,132). Sum of RGB (Red+Green+Blue) = 134+223+132=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF84 is #79207B. Grayscale: #BABABA. Windows color (decimal): -7938172 or 8707974. OLE color: 8707974.

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

Color convert

RGB 134 223 132 -
CMYK 0.40 0 0.41 0.13
HSL 118.68º 0.59% 0.7% -
HSV(B) 118.68º 0.41% 0.87% -
XYZ 40.38 59.51 31.19 -
YUV 186.02 97.51 90.9 -
System Red Green Blue C M Y K H S L
Decimal 134 223 132 0.40 0 0.41 0.13 118.68 0.59 0.7
Hex 86 DF 84 28 0 29 D 77 3B 46
Octal 206 337 204 50 0 51 15 167 73 106
Binary 10000110 11011111 10000100 101000 0 101001 1101 1110111 111011 1000110

Color Harmonies of #86DF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DF84

Black with #86DF84

Text Example


Text Example

White with #86DF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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