Html Css Color HEX #86DB7E Pastel Green

📋 copy color: '#86DB7E'

red 134 ◦ green 219 ◦ blue 126

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

Shades of Pastel Green #86DB7E

Tints of Pastel Green #86DB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.3%

R = 27.97%
G = 45.72%
B = 26.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#86DB7E (or 0x86DB7E) is known color: Pastel Green. HEX triplet: 86, DB and 7E. RGB value is (134,219,126). Sum of RGB (Red+Green+Blue) = 134+219+126=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DB7E is #792481. Grayscale: #B7B7B7. Windows color (decimal): -7939202 or 8313734. OLE color: 8313734.

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

Color convert

RGB 134 219 126 -
CMYK 0.39 0 0.42 0.14
HSL 114.84º 0.56% 0.68% -
HSV(B) 114.84º 0.42% 0.86% -
XYZ 38.93 57.24 28.73 -
YUV 182.98 95.84 93.06 -
System Red Green Blue C M Y K H S L
Decimal 134 219 126 0.39 0 0.42 0.14 114.84 0.56 0.68
Hex 86 DB 7E 27 0 2A E 73 38 44
Octal 206 333 176 47 0 52 16 163 70 104
Binary 10000110 11011011 1111110 100111 0 101010 1110 1110011 111000 1000100

Color Harmonies of #86DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB7E

Black with #86DB7E

Text Example


Text Example

White with #86DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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