Html Css Color HEX #86DB6C Pastel Green

📋 copy color: '#86DB6C'

red 134 ◦ green 219 ◦ blue 108

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

Shades of Pastel Green #86DB6C

Tints of Pastel Green #86DB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.43%

R = 29.07%
G = 47.51%
B = 23.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#86DB6C (or 0x86DB6C) is known color: Pastel Green. HEX triplet: 86, DB and 6C. RGB value is (134,219,108). Sum of RGB (Red+Green+Blue) = 134+219+108=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DB6C is #792493. Grayscale: #B5B5B5. Windows color (decimal): -7939220 or 7134086. OLE color: 7134086.

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

Color convert

RGB 134 219 108 -
CMYK 0.39 0 0.51 0.14
HSL 105.95º 0.61% 0.64% -
HSV(B) 105.95º 0.51% 0.86% -
XYZ 37.87 56.81 23.16 -
YUV 180.93 86.84 94.53 -
System Red Green Blue C M Y K H S L
Decimal 134 219 108 0.39 0 0.51 0.14 105.95 0.61 0.64
Hex 86 DB 6C 27 0 33 E 6A 3D 40
Octal 206 333 154 47 0 63 16 152 75 100
Binary 10000110 11011011 1101100 100111 0 110011 1110 1101010 111101 1000000

Color Harmonies of #86DB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB6C

Black with #86DB6C

Text Example


Text Example

White with #86DB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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