Html Css Color HEX #86DB81 Pastel Green

📋 copy color: '#86DB81'

red 134 ◦ green 219 ◦ blue 129

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

Shades of Pastel Green #86DB81

Tints of Pastel Green #86DB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 27.8%
G = 45.44%
B = 26.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#86DB81 (or 0x86DB81) is known color: Pastel Green. HEX triplet: 86, DB and 81. RGB value is (134,219,129). Sum of RGB (Red+Green+Blue) = 134+219+129=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DB81 is #79247E. Grayscale: #B7B7B7. Windows color (decimal): -7939199 or 8510342. OLE color: 8510342.

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

Color convert

RGB 134 219 129 -
CMYK 0.39 0 0.41 0.14
HSL 116.67º 0.56% 0.68% -
HSV(B) 116.67º 0.41% 0.86% -
XYZ 39.13 57.32 29.77 -
YUV 183.33 97.34 92.82 -
System Red Green Blue C M Y K H S L
Decimal 134 219 129 0.39 0 0.41 0.14 116.67 0.56 0.68
Hex 86 DB 81 27 0 29 E 75 38 44
Octal 206 333 201 47 0 51 16 165 70 104
Binary 10000110 11011011 10000001 100111 0 101001 1110 1110101 111000 1000100

Color Harmonies of #86DB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB81

Black with #86DB81

Text Example


Text Example

White with #86DB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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