Html Css Color HEX #86DA20 Yellow Green

📋 copy color: '#86DA20'

red 134 ◦ green 218 ◦ blue 32

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

Shades of Yellow Green #86DA20

Tints of Yellow Green #86DA20

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.77%

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 34.9%
G = 56.77%
B = 8.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#86DA20 (or 0x86DA20) is known color: Yellow Green. HEX triplet: 86, DA and 20. RGB value is (134,218,32). Sum of RGB (Red+Green+Blue) = 134+218+32=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 218 (85.55% from 255 or 56.77% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DA20 is #7925DF. Grayscale: #ACACAC. Windows color (decimal): -7939552 or 2153094. OLE color: 2153094.

HSL color Cylindrical-coordinate representation of color #86DA20: hue angle of 87.1º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86DA20 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 218 32 -
CMYK 0.39 0 0.85 0.15
HSL 87.1º 0.74% 0.49% -
HSV(B) 87.1º 0.85% 0.85% -
XYZ 35.16 55.32 10.19 -
YUV 171.68 49.17 101.12 -
System Red Green Blue C M Y K H S L
Decimal 134 218 32 0.39 0 0.85 0.15 87.1 0.74 0.49
Hex 86 DA 20 27 0 55 F 57 4A 31
Octal 206 332 40 47 0 125 17 127 112 61
Binary 10000110 11011010 100000 100111 0 1010101 1111 1010111 1001010 110001

Color Harmonies of #86DA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DA20

Black with #86DA20

Text Example


Text Example

White with #86DA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,218,32); }

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

background-color css

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

 a { background-color: rgb(134,218,32); }

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

border-color css

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

 span { border-color: rgb(134,218,32); }

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