Html Css Color HEX #86DB71 Pastel Green

📋 copy color: '#86DB71'

red 134 ◦ green 219 ◦ blue 113

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

Shades of Pastel Green #86DB71

Tints of Pastel Green #86DB71

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47%

 BLUE value IS 113 (44.53% from 255) = 24.25%

R = 28.76%
G = 47%
B = 24.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#86DB71 (or 0x86DB71) is known color: Pastel Green. HEX triplet: 86, DB and 71. RGB value is (134,219,113). Sum of RGB (Red+Green+Blue) = 134+219+113=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DB71 is #79248E. Grayscale: #B5B5B5. Windows color (decimal): -7939215 or 7461766. OLE color: 7461766.

HSL color Cylindrical-coordinate representation of color #86DB71: hue angle of 108.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86DB71 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 219 113 -
CMYK 0.39 0 0.48 0.14
HSL 108.11º 0.6% 0.65% -
HSV(B) 108.11º 0.48% 0.86% -
XYZ 38.14 56.92 24.6 -
YUV 181.5 89.34 94.12 -
System Red Green Blue C M Y K H S L
Decimal 134 219 113 0.39 0 0.48 0.14 108.11 0.6 0.65
Hex 86 DB 71 27 0 30 E 6C 3C 41
Octal 206 333 161 47 0 60 16 154 74 101
Binary 10000110 11011011 1110001 100111 0 110000 1110 1101100 111100 1000001

Color Harmonies of #86DB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB71

Black with #86DB71

Text Example


Text Example

White with #86DB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,219,113); }

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

background-color css

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

 a { background-color: rgb(134,219,113); }

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

border-color css

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

 span { border-color: rgb(134,219,113); }

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