Html Css Color HEX #86DD6C Pastel Green

📋 copy color: '#86DD6C'

red 134 ◦ green 221 ◦ blue 108

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

Shades of Pastel Green #86DD6C

Tints of Pastel Green #86DD6C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.73%

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

R = 28.94%
G = 47.73%
B = 23.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#86DD6C (or 0x86DD6C) is known color: Pastel Green. HEX triplet: 86, DD and 6C. RGB value is (134,221,108). Sum of RGB (Red+Green+Blue) = 134+221+108=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD6C is #792293. Grayscale: #B6B6B6. Windows color (decimal): -7938708 or 7134598. OLE color: 7134598.

HSL color Cylindrical-coordinate representation of color #86DD6C: hue angle of 106.19º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86DD6C is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 221 108 -
CMYK 0.39 0 0.51 0.13
HSL 106.19º 0.62% 0.65% -
HSV(B) 106.19º 0.51% 0.87% -
XYZ 38.39 57.86 23.33 -
YUV 182.11 86.18 93.69 -
System Red Green Blue C M Y K H S L
Decimal 134 221 108 0.39 0 0.51 0.13 106.19 0.62 0.65
Hex 86 DD 6C 27 0 33 D 6A 3E 41
Octal 206 335 154 47 0 63 15 152 76 101
Binary 10000110 11011101 1101100 100111 0 110011 1101 1101010 111110 1000001

Color Harmonies of #86DD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD6C

Black with #86DD6C

Text Example


Text Example

White with #86DD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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