Html Css Color HEX #86DB7B Pastel Green

📋 copy color: '#86DB7B'

red 134 ◦ green 219 ◦ blue 123

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

Shades of Pastel Green #86DB7B

Tints of Pastel Green #86DB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.84%

R = 28.15%
G = 46.01%
B = 25.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#86DB7B (or 0x86DB7B) is known color: Pastel Green. HEX triplet: 86, DB and 7B. RGB value is (134,219,123). Sum of RGB (Red+Green+Blue) = 134+219+123=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DB7B is #792484. Grayscale: #B6B6B6. Windows color (decimal): -7939205 or 8117126. OLE color: 8117126.

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

Color convert

RGB 134 219 123 -
CMYK 0.39 0 0.44 0.14
HSL 113.13º 0.57% 0.67% -
HSV(B) 113.13º 0.44% 0.86% -
XYZ 38.74 57.16 27.73 -
YUV 182.64 94.34 93.31 -
System Red Green Blue C M Y K H S L
Decimal 134 219 123 0.39 0 0.44 0.14 113.13 0.57 0.67
Hex 86 DB 7B 27 0 2C E 71 39 43
Octal 206 333 173 47 0 54 16 161 71 103
Binary 10000110 11011011 1111011 100111 0 101100 1110 1110001 111001 1000011

Color Harmonies of #86DB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB7B

Black with #86DB7B

Text Example


Text Example

White with #86DB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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