Html Css Color HEX #86DC74 Pastel Green

📋 copy color: '#86DC74'

red 134 ◦ green 220 ◦ blue 116

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

Shades of Pastel Green #86DC74

Tints of Pastel Green #86DC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.81%

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 28.51%
G = 46.81%
B = 24.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#86DC74 (or 0x86DC74) is known color: Pastel Green. HEX triplet: 86, DC and 74. RGB value is (134,220,116). Sum of RGB (Red+Green+Blue) = 134+220+116=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DC74 is #79238B. Grayscale: #B6B6B6. Windows color (decimal): -7938956 or 7658630. OLE color: 7658630.

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

Color convert

RGB 134 220 116 -
CMYK 0.39 0 0.47 0.14
HSL 109.62º 0.6% 0.66% -
HSV(B) 109.62º 0.47% 0.86% -
XYZ 38.58 57.52 25.59 -
YUV 182.43 90.51 93.46 -
System Red Green Blue C M Y K H S L
Decimal 134 220 116 0.39 0 0.47 0.14 109.62 0.6 0.66
Hex 86 DC 74 27 0 2F E 6E 3C 42
Octal 206 334 164 47 0 57 16 156 74 102
Binary 10000110 11011100 1110100 100111 0 101111 1110 1101110 111100 1000010

Color Harmonies of #86DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DC74

Black with #86DC74

Text Example


Text Example

White with #86DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,220,116); }

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

background-color css

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

 a { background-color: rgb(134,220,116); }

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

border-color css

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

 span { border-color: rgb(134,220,116); }

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